DerDomee / discordbot-alexxoffi

The main Discord bot for the communityserver of AlexxOffi
GNU General Public License v3.0
0 stars 0 forks source link

Fix unhandled exception in command 'server' on missing intent #15

Closed DerDomee closed 3 years ago

DerDomee commented 3 years ago

When 'Server Member Intent' is not enabled for the bot, this command fails with unhandled exception. This fixes the error by using an intentless method and notes the necessarity of the intent in README.md.