From 409489376f4cbeb0c71d1dc2f69ed9778eeee601 Mon Sep 17 00:00:00 2001 From: Terry Geng Date: Wed, 8 Apr 2020 08:57:39 +0800 Subject: [PATCH] fix: message for 'repeat' --- command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.py b/command.py index 2f14af5..a77ff53 100644 --- a/command.py +++ b/command.py @@ -838,7 +838,7 @@ def cmd_repeat(bot, user, text, command, parameter): bot.send_channel_msg(constants.strings("repeat", song=music.format_song_string(), n=str(repeat))) else: - bot.send_channel_msg(constants.strings("queue_empty")) + bot.send_msg(constants.strings("queue_empty"), text) def cmd_mode(bot, user, text, command, parameter):