diff options
Diffstat (limited to 'code')
-rw-r--r-- | code/cogs/help.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/code/cogs/help.py b/code/cogs/help.py index e56c030..e64dce3 100644 --- a/code/cogs/help.py +++ b/code/cogs/help.py @@ -37,6 +37,14 @@ commands_and_descriptions = { }, "usage": "/remove <number>", }, + "autoplay": { + "description": "Keep the music playing forever with music suggestions from OpenAI", + "arguments": { + "on": "Turn autoplay feature on", + "off": "Turn autoplay feature off", + }, + "usage": "/autoplay <on/off>", + }, "repeat": { "description": "Changes the looping state of the bot", "arguments": { |