Skip to content

Commit

Permalink
Fixed typo in sound_board plugin so !sbrandom should work now
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckBoss committed Jun 9, 2020
1 parent e6ac65c commit cdb9094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JJMumbleBot/plugins/extensions/sound_board/sound_board.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def process(self, text):
if not GS.audio_dni[0]:
GS.audio_dni = (True, self.metadata[C_PLUGIN_INFO][P_PLUGIN_NAME])
else:
if GS.audio_dni-[1] != self.metadata[C_PLUGIN_INFO][P_PLUGIN_NAME]:
if GS.audio_dni[1] != self.metadata[C_PLUGIN_INFO][P_PLUGIN_NAME]:
rprint(
f'An audio plugin is using the audio thread with no interruption mode enabled. [{GS.audio_dni[1]}]')
GS.gui_service.quick_gui(
Expand Down

0 comments on commit cdb9094

Please sign in to comment.