diff --git a/commands/implemented/command_tts_discord.py b/commands/implemented/command_tts_discord.py index 36e0064..9a359b2 100644 --- a/commands/implemented/command_tts_discord.py +++ b/commands/implemented/command_tts_discord.py @@ -6,7 +6,7 @@ import discord import discord.message class CommandTTS(AbstractCommand, metaclass=ABCMeta): - command = "!tts" + command = "//tts" def __init__(self): super().__init__(CommandTTS.command, n_args=1, command_type=AbstractCommand.CommandType.DISCORD)