fix: message for 'repeat'
This commit is contained in:
parent
e86b5ca659
commit
409489376f
@ -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)))
|
bot.send_channel_msg(constants.strings("repeat", song=music.format_song_string(), n=str(repeat)))
|
||||||
else:
|
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):
|
def cmd_mode(bot, user, text, command, parameter):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user