Changed prefix
This commit is contained in:
parent
233d9682a3
commit
b9a28a503c
@ -5,7 +5,7 @@ from commands.command_base import AbstractCommand
|
||||
import utilities_script as utilities
|
||||
|
||||
class CommandTTS(AbstractCommand, metaclass=ABCMeta):
|
||||
command = "//restart"
|
||||
command = "!restart"
|
||||
|
||||
def __init__(self):
|
||||
super().__init__(CommandTTS.command, n_args=0, command_type=AbstractCommand.CommandType.TWITCH)
|
||||
|
||||
@ -5,7 +5,7 @@ from commands.command_base import AbstractCommand
|
||||
import utilities_script as utilities
|
||||
|
||||
class CommandTTS(AbstractCommand, metaclass=ABCMeta):
|
||||
command = "//shutdown"
|
||||
command = "!shutdown"
|
||||
|
||||
def __init__(self):
|
||||
super().__init__(CommandTTS.command, n_args=0, command_type=AbstractCommand.CommandType.TWITCH)
|
||||
|
||||
@ -5,7 +5,7 @@ from commands.command_base import AbstractCommand
|
||||
|
||||
|
||||
class CommandTTS(AbstractCommand, metaclass=ABCMeta):
|
||||
command = "//tts"
|
||||
command = "!tts"
|
||||
|
||||
def __init__(self):
|
||||
super().__init__(CommandTTS.command, n_args=1, command_type=AbstractCommand.CommandType.TWITCH)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user