aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/help.py
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-07-12 02:56:06 -0500
committerParker <contact@pkrm.dev>2024-07-12 02:56:06 -0500
commit787342be987410cc5a7868fb46aba344731b3a85 (patch)
tree646db7a580f025760637c2dbc24394e3316e5b68 /code/cogs/help.py
parentca98c58e038f58a9302c305de16342b897a78699 (diff)
Add proper references for all remaining commands
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",