Fix general help not working
This commit is contained in:
parent
77bf12f251
commit
029510456a
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ class Playlist:
|
|||
|
||||
|
||||
class ArgonDJBot(yaboli.Bot):
|
||||
HELP_GENERAL = ["Keeps track of the video queue. !q <link> to queue a new video."]
|
||||
HELP_GENERAL = "Keeps track of the video queue. !q <link> to queue a new video."
|
||||
HELP_SPECIFIC = [
|
||||
"Simply playing videos:",
|
||||
"!queue <urls or ids> - add videos to the queue (alias: !q)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue