From 1b7bd0b0ced063a3fcf1902cb17cca39d8d019f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jason=20=5B=EC=A0=9C=EC=9D=B4=EC=8A=A8=20=EC=A0=9C?= =?UTF-8?q?=EB=A1=AC=5D?= <20238115+DuckBoss@users.noreply.github.com> Date: Tue, 9 Jun 2020 02:41:04 -0400 Subject: [PATCH] The youtube plugin !song command now displays which plugin the command is coming from --- JJMumbleBot/plugins/extensions/youtube/youtube.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JJMumbleBot/plugins/extensions/youtube/youtube.py b/JJMumbleBot/plugins/extensions/youtube/youtube.py index 43d7de21..cdfa001c 100644 --- a/JJMumbleBot/plugins/extensions/youtube/youtube.py +++ b/JJMumbleBot/plugins/extensions/youtube/youtube.py @@ -61,7 +61,7 @@ def process(self, text): log(INFO, "Displayed current song in the youtube plugin.", origin=L_COMMAND) else: GS.gui_service.quick_gui( - f"{runtime_utils.get_bot_name()} is not playing anything right now.", + f"{runtime_utils.get_bot_name()}({self.plugin_name}) is not playing anything right now.", text_type='header', box_align='left')