errbotio / err-backend-discord

Backend for Discord for Errbot
GNU General Public License v3.0
23 stars 22 forks source link

Support discord client v1.6.0 to fix #38 #40

Closed nzlosh closed 3 years ago

nzlosh commented 3 years ago

Errbot uses API calls to fetch user information that Discord considers as privileged. To use these privileged API calls, member intents must be enabled. This PR updates the README with instructions on how to configure intents on the Discord web site as well as adds the supporting code.