From f975f5b86c77d942d8ee3b2e4e00f8e62e4667d8 Mon Sep 17 00:00:00 2001 From: Joscha Date: Wed, 5 Sep 2018 19:12:18 +0000 Subject: [PATCH] Fix typo in help --- argondjbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argondjbot.py b/argondjbot.py index da2326b..98a000a 100644 --- a/argondjbot.py +++ b/argondjbot.py @@ -272,7 +272,7 @@ class ArgonDJBot(yaboli.Bot): "\tTo reference the currently playing video, use '!detail playing'.\n" "!delete - deletes video at that index in the queue (aliases: !del, !d)\n" "!insert before|after - insert videos in the queue (aliases: !ins, !i)\n" - "!deleteall - remove the whole queue (aliases: !dall, !d, !flush)\n" + "!deleteall - remove the whole queue (aliases: !dall, !da, !flush)\n" "\n" "Fun stuff:\n" "!dramaticskip - dramatic version of !skip (aliases: !dskip, !ds)\n"