Taking action after some time. discord.py or disnake
Advertisements Question: How can I perform actions after a while? Let’s say: if 60 seconds have passed, then the message is deleted, and something is also deleted in the database. Possible Solutions: Make a message delete in the same slash_command, and then use the listener to catch the deleted message and change the database… If… Read More Taking action after some time. discord.py or disnake