From 328d268a71406a5fa3dfb939e6968ef9da490e00 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sat, 11 Aug 2018 18:15:34 +0000 Subject: [PATCH] Update help message --- argondjbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argondjbot.py b/argondjbot.py index a7c2d74..24f5469 100644 --- a/argondjbot.py +++ b/argondjbot.py @@ -192,7 +192,7 @@ class ArgonDJBot(yaboli.Bot): "\n" "Advanced queue manipulation:\n" "!list, !l - display a list of currently queued videos\n" - "NYI !delete, !del, !d - deletes video at that index in the queue\n" + "!delete, !del, !d - deletes video at that index in the queue\n" "NYI !insert, !ins, !i [before|after] - insert a single video into the queue\n" "\n" "Fun stuff:\n"