knights-of-academia / horace

discord.js bot powering the Knights of Academia server with commands like info, AFK, and more
MIT License
23 stars 19 forks source link

Champion role update takes a long time #264

Open debashisbiswas opened 3 years ago

debashisbiswas commented 3 years ago

Currently, when the Challenge of the Week ends, (handled here): https://github.com/knights-of-academia/horace/blob/42ea8b8c92a71a992196dd46e6542b21ef65d69c/eventActions/cotwActions.js#L45 Horace removes the Champion of the Week role from the previous winner and gives the role to the new winner. However, this takes quite a bit of time, making it seem as though the role was not transferred. This role transfer should be sped up, to avoid this confusion.