From 014086305d54a2b585839f34e8d279c384658596 Mon Sep 17 00:00:00 2001 From: Terry Geng Date: Wed, 11 Nov 2020 16:44:12 +0800 Subject: [PATCH] fix: Bot failed when executing 'mode random' --- command.py | 1 - 1 file changed, 1 deletion(-) diff --git a/command.py b/command.py index 4ed2aef..769614c 100644 --- a/command.py +++ b/command.py @@ -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):