fix: message for 'repeat'

This commit is contained in:
Terry Geng 2020-04-08 08:57:39 +08:00
parent e86b5ca659
commit 409489376f

View File

@ -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):