fix: Bot failed when executing 'mode random'

This commit is contained in:
Terry Geng 2020-11-11 16:44:12 +08:00
parent ff7baabe94
commit 014086305d
No known key found for this signature in database
GPG Key ID: F982F8EA1DF720E7

View File

@ -831,7 +831,6 @@ def cmd_mode(bot, user, text, command, parameter):
user=bot.mumble.users[text.actor]['name']), text)
if parameter == "random":
bot.interrupt()
bot.launch_music()
def cmd_play_tags(bot, user, text, command, parameter):