#schedule a job every x time
1 messages · Page 1 of 1 (latest)
https://docs.pycord.dev/en/stable/ext/tasks/index.html
@tasks.loop can take a datetime object as a parameter which would allow you to do such a thing
or you could do a task that runs once every 24 hours and checks if it's Friday
oh right I forgot about that, thanks!