From 58b2cf5753e24eb54b93046925fc11ad33f2f2b3 Mon Sep 17 00:00:00 2001 From: Parker Date: Fri, 12 Apr 2024 00:32:35 -0500 Subject: [PATCH] Add autoplay to help command --- code/cogs/help.py | 8 ++++++++ 1 file changed, 8 insertions(+) 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": {