Add autoplay to help command
This commit is contained in:
parent
07f49fa2b7
commit
58b2cf5753
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user