jackylam5 / FlandreBot

MIT License
0 stars 1 forks source link

Delete `!agree` message, remove 5s sleep. #19

Closed jchristgit closed 6 years ago

jchristgit commented 6 years ago

remove the !agree message from members so we can enable read message history so people know what's going on - also remove the 5s sleep

emmiegit commented 6 years ago

I know this is already closed, but I think for the future this should be asyncio.gather()'d

jchristgit commented 6 years ago

wow, good thinking keeping that e f f i c i e n c y in mind

jackylam5 commented 6 years ago

oh the reason for that 5 sec sleep was because of discords limit of removing and adding roles. Sometimes it fails to give a role after you remove a role but the 5 sec fixed that problem.

jchristgit commented 6 years ago

Doesn't discord.py implement rate limiting itself though?