Fix general help not working

This commit is contained in:
Joscha 2020-02-01 23:47:08 +00:00
parent 77bf12f251
commit 029510456a

View file

@ -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)",