AarKro / Hera

Hera - A Discord Chatbot
MIT License
9 stars 1 forks source link

On join role not working #271

Open Pacmens opened 2 years ago

Pacmens commented 2 years ago

Currently the on join role is not assigning anyone the proper role.

This seems to be to a change in the discord api which now requires you to declare what events you wanna listen to.

To fix this the bot has to declare intents to listen to before connecting. I will also use this chance to update some dependency versions.