diff options
author | Parker <contact@pkrm.dev> | 2024-04-12 00:32:35 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-04-12 00:32:35 -0500 |
commit | 58b2cf5753e24eb54b93046925fc11ad33f2f2b3 (patch) | |
tree | c82a09c80957b117a81cc973e7f810e33ab96c8a /code | |
parent | 07f49fa2b7f44ed577e96f4205f68556b8b82cf2 (diff) |
Add autoplay to help command
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": { |