Removign the deletion of the message
This commit is contained in:
parent
6a1dc0ce8d
commit
22e297091c
@ -313,7 +313,6 @@ async def on_message(message):
|
|||||||
)
|
)
|
||||||
|
|
||||||
if message.content.startswith('!tts'):
|
if message.content.startswith('!tts'):
|
||||||
await client.delete_message(message)
|
|
||||||
await client.send_file(
|
await client.send_file(
|
||||||
message.channel,
|
message.channel,
|
||||||
tts.text_to_speech(message.content),
|
tts.text_to_speech(message.content),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user