codinglab-io / discord-bot

Discord bot for Codinglab's server.
https://discord.com/invite/codinglab-174169014568878080
MIT License
18 stars 14 forks source link

fix: Prevents the bot from getting banned ( fix from #121 ) #124

Open Alexandre-Chs opened 9 months ago

Alexandre-Chs commented 9 months ago

Hello,

Try to prevent future bans. Check if new modules have been created. If they have been created, push the new commands to Discord. However, if no new modules have been created, do nothing.

Currently, it only works if a developer adds a new module. But if they change the name or description of an existing module, it does not update.

I try to do my best, review will be appreciate ♥