#tasks.loop not working
3 messages · Page 1 of 1 (latest)
Is that using discord.py?
You'll need to start the timer once the event loop is started. The event loop starts when you call your bot's run function. So you need to put the gifreminder.start() call in an on ready event or a cog startup function.