Skip to content

Commit

Permalink
The youtube plugin !song command now displays which plugin the comman…
Browse files Browse the repository at this point in the history
…d is coming from
  • Loading branch information
DuckBoss committed Jun 9, 2020
1 parent cdb9094 commit 1b7bd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JJMumbleBot/plugins/extensions/youtube/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 1b7bd0b

Please sign in to comment.