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.
discordbot.js/lib/commands/UtilityCommands/UtilityCommandsTemplate.yaml

45 lines
869 B
YAML

shutdown:
name: shutdown
description: >
Shuts down the bot.
permission: owner
category: Utility
add_presence:
name: addpresence
description: >
Adds a Rich Presence to the bot.
permission: owner
category: Utility
usage: addpresence [presence]
rotate_presence:
name: rotatepresence
description: >
Forces a presence rotation
permission: owner
category: Utility
create_user:
name: createuser
description: >
Creates a user for the webinterface.
permission: owner
category: Utility
args:
- username
- password
- scope
bugreport:
name: bug
description: >
Get information about where to report bugs.
permission: all
category: Utility
response:
title: >
You want to report a bug?
bug_report: >
Please report your bugs [here](https://github.com/Trivernis/discordbot.js/issues)