From d07fc3c664dc1927c7e99d7221a1a150cfa87c8c Mon Sep 17 00:00:00 2001 From: Joscha Date: Wed, 15 Aug 2018 16:29:12 +0000 Subject: [PATCH] Add help entry for !detail --- argondjbot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/argondjbot.py b/argondjbot.py index 567208b..8f31780 100644 --- a/argondjbot.py +++ b/argondjbot.py @@ -220,6 +220,7 @@ class ArgonDJBot(yaboli.Bot): "!skip, !s - skip the currently playing video\n" "\n" "Advanced queue manipulation:\n" + "!detail, !info, !show - show more details for videos in the queue\n" "!list, !l - display a list of currently queued videos\n" "!delete, !del, !d - deletes video at that index in the queue\n" "!insert, !ins, !i before|after - insert videos in the queue\n" @@ -427,7 +428,7 @@ class ArgonDJBot(yaboli.Bot): await room.send(text, message.mid) - @yaboli.command("detail", "info", "show") + @yaboli.command("detail", "details", "info", "show") async def command_detail(self, room, message, argstr): indices = [] lines_parse_error = []