Changed command prefix
This commit is contained in:
parent
32b9a54a27
commit
f81a2c6512
@ -6,7 +6,7 @@ import discord
|
|||||||
import discord.message
|
import discord.message
|
||||||
|
|
||||||
class CommandTTS(AbstractCommand, metaclass=ABCMeta):
|
class CommandTTS(AbstractCommand, metaclass=ABCMeta):
|
||||||
command = "!tts"
|
command = "//tts"
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__(CommandTTS.command, n_args=1, command_type=AbstractCommand.CommandType.DISCORD)
|
super().__init__(CommandTTS.command, n_args=1, command_type=AbstractCommand.CommandType.DISCORD)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user