I'm trying to create a command which allows the user to schedule a task to a specific time.
For example, when the command is used, the bot will wait until 2 PM then it will send a message (of course I don't want to make a time.sleep
because the users won't be able to use the bot)
Do you know how could I code this ?