Cobular / distest

A library used to do integration testing on discord bots
MIT License
29 stars 8 forks source link

Enabled the members privileged intent and changed the Intents.members attribute to true. #32

Closed liamdj23 closed 3 years ago

liamdj23 commented 3 years ago

31

Bot can't see members because of new Discord Privileged Intents. https://discordpy.readthedocs.io/en/latest/intents.html#where-d-my-members-go

Cobular commented 3 years ago

Great. We need to also update the python version in requirements-dev.txt, so I'm doing that right now, then run the tests and we'll be off to the races. Thanks so much for your help!

Cobular commented 3 years ago

Cool, the tests are all passing so I'll push these changes. Thanks again!