Fixed Command Typo
This commit is contained in:
parent
a167a7eba4
commit
b2b1d87949
@ -18,5 +18,5 @@ class CommandTTS(AbstractCommand, metaclass=ABCMeta):
|
||||
bot.tts_enabled = True
|
||||
elif args[1] == "stop":
|
||||
if twitch_message.sender.lower() == twitch_message.channel:
|
||||
bot.send_message("tts activated on #%s" % twitch_message.channel)
|
||||
bot.send_message("tts deactivated on #%s" % twitch_message.channel)
|
||||
bot.tts_enabled = False
|
||||
|
||||
Loading…
Reference in New Issue
Block a user