Discord.py scheduled commands
So, I made a mute command. It works fine, but only when the bot is online, since I use asyncio.sleep for the time that was given.
How would I do it, so instead of asyncio, it would work on a schedule? Like:
Command is called:
Add a new sch…