#Parallel processing - bot
1 messages · Page 1 of 1 (latest)
if its ran routinely then the tasks extension will do the trick, otherwise schedule it as a task in the bot's event loop
note: this assumes said function is asynchronous
fyi on_ready can fire multiple times so its suggested you avoid doing things in there
even if i schedule it , it goes server by serve right