sinus-x / discord-wormhole

Connect multiple Discord guilds with wormhole
https://sinus-x.github.io/discord-wormhole/
GNU General Public License v3.0
15 stars 8 forks source link

Bump discord.py to 1.5 #61

Open sinus-x opened 3 years ago

sinus-x commented 3 years ago
lakshyashastri commented 3 years ago

Can you assign me to this @sinus-x

sinus-x commented 3 years ago

It seems that you know discord.py, based on your public repositories. If you want to do this, please go through the code and make note on what intents the bot needs to listen to. We do not need user events like typing or nickname changes; the info cog needs to see all guild roles and channels, on the other hand.

Try to set up the bot to make yourself familiar with its functionality. I'll merge the PR once the changes are succesfully tested.