aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'code/cogs/help.py')
-rw-r--r--code/cogs/help.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/code/cogs/help.py b/code/cogs/help.py
index 0a619b8..2626223 100644
--- a/code/cogs/help.py
+++ b/code/cogs/help.py
@@ -62,6 +62,18 @@ commands_and_descriptions = {
},
"usage": "/shuffle <on/off>",
},
+ "pause": {
+ "description": "Pause the song that is currently playing",
+ "usage": "/pause",
+ },
+ "resume": {
+ "description": "Resume the song that is currently paused",
+ "usage": "/resume",
+ },
+ "news": {
+ "description": "Get recent news and updates about the bot",
+ "usage": "/news",
+ },
"bug": {
"description": "Fill out a bug report form to alert the developer of issues",
"usage": "/bug",