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 ", }, + "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 ", + }, "repeat": { "description": "Changes the looping state of the bot", "arguments": {