You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
830 B
YAML
45 lines
830 B
YAML
6 years ago
|
METADATA: &METADATA
|
||
|
category: Utility
|
||
|
permission: owner
|
||
|
|
||
6 years ago
|
shutdown:
|
||
6 years ago
|
<<: *METADATA
|
||
6 years ago
|
name: shutdown
|
||
|
description: >
|
||
|
Shuts down the bot.
|
||
|
|
||
|
add_presence:
|
||
6 years ago
|
<<: *METADATA
|
||
6 years ago
|
name: addpresence
|
||
|
description: >
|
||
|
Adds a Rich Presence to the bot.
|
||
|
usage: addpresence [presence]
|
||
|
|
||
|
rotate_presence:
|
||
6 years ago
|
<<: *METADATA
|
||
6 years ago
|
name: rotatepresence
|
||
6 years ago
|
description: >
|
||
|
Forces a presence rotation
|
||
|
|
||
|
create_user:
|
||
6 years ago
|
<<: *METADATA
|
||
6 years ago
|
name: createuser
|
||
6 years ago
|
description: >
|
||
|
Creates a user for the webinterface.
|
||
|
args:
|
||
|
- username
|
||
|
- password
|
||
|
- scope
|
||
|
|
||
|
bugreport:
|
||
6 years ago
|
<<: *METADATA
|
||
6 years ago
|
name: bug
|
||
6 years ago
|
permission: all
|
||
6 years ago
|
description: >
|
||
|
Get information about where to report bugs.
|
||
|
response:
|
||
|
title: >
|
||
|
You want to report a bug?
|
||
|
bug_report: >
|
||
|
Please report your bugs [here](https://github.com/Trivernis/discordbot.js/issues)
|