Add autoplay to help command

This commit is contained in:
Parker M. 2024-04-12 00:32:35 -05:00
parent 07f49fa2b7
commit 58b2cf5753
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A

View File

@ -37,6 +37,14 @@ commands_and_descriptions = {
}, },
"usage": "/remove <number>", "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": { "repeat": {
"description": "Changes the looping state of the bot", "description": "Changes the looping state of the bot",
"arguments": { "arguments": {