Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
I forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
galihmrd authored Aug 12, 2022
1 parent 0a28aeb commit af5d65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/driver/combot_antispam.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ async def antispam(client, message):
await message.reply(e)
else:
msg = await message.reply(f"**Combot:** {mention} This user is safe!")
asyncio.sleep(30)
await asyncio.sleep(30)
await msg.delete()

0 comments on commit af5d65b

Please sign in to comment.