Audio, TTS
This commit is contained in:
@@ -11,8 +11,8 @@ async def handle_message(bot: discord.Client, config: dict, message: discord.Mes
|
||||
return
|
||||
|
||||
# Ping!
|
||||
if message.content == "ping":
|
||||
await message.reply("pong!")
|
||||
if message.content == 'ping':
|
||||
await message.reply('pong!')
|
||||
|
||||
if message.content[0] == config.get("command_prefix"):
|
||||
if message.content[0] == config.get('command_prefix'):
|
||||
await dispatch_command(bot, config, message)
|
||||
|
||||
Reference in New Issue
Block a user