Update dislog.py

main
witchdocsec 2024-04-04 19:45:09 +01:00 committed by GitHub
parent be0385e490
commit 403e3edb7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class DislogClient(discord.Client):
print(f"{message.author}-({message.channel}):{message.content}")
if len(sys.argv) >= 4:
if sys.argv[3]=="roast":
await message.channel.send(f"message deleted by{message.author}-({message.channel}):`{message.content}` :skull: isn't this message cringe?")
await message.channel.send(f"message deleted by{message.author}-({message.channel}):`{message.content}` :skull: isn't this message cringe?")
if len(sys.argv) >= 3:
if sys.argv[2]=="all":
async def on_message(self,message):