From f81a2c651290af1aaf17beda4b304a35b6fa7055 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Tue, 8 Dec 2020 06:09:41 -0500 Subject: [PATCH] Changed command prefix --- commands/implemented/command_tts_discord.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)