From 029510456a82f6051f6cb629750eabb8e0410705 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sat, 1 Feb 2020 23:47:08 +0000 Subject: [PATCH] Fix general help not working --- argondjbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argondjbot.py b/argondjbot.py index 5faaf15..f301cc1 100644 --- a/argondjbot.py +++ b/argondjbot.py @@ -274,7 +274,7 @@ class Playlist: class ArgonDJBot(yaboli.Bot): - HELP_GENERAL = ["Keeps track of the video queue. !q to queue a new video."] + HELP_GENERAL = "Keeps track of the video queue. !q to queue a new video." HELP_SPECIFIC = [ "Simply playing videos:", "!queue - add videos to the queue (alias: !q)",