I have a discord bot that sends images to users when they use the !img command, I don't want people to request an image and then have it sit there until someone deletes it. Is there any way I can make it delete images after 10 seconds or so without using any blocking functions such as time.sleep()
in python?
Thanks