CraftSpider/dpytest

discord.errors.Forbidden: 403 missing send_messages with discord.py==1.7.1

Sergeileduc opened this issue · 2 comments

I use the fork from bravosierra https://github.com/bravosierra99/dpytest

It works fine against dpy==1.6.0

However, with dpy==1.7.1, whenever the FakeApp member needs to send a message, it ends with :
discord.errors.Forbidden: 403 missing send_messages

I'm not sure why. Seems like the member is initialisez with absolutely every permission set to False.

-> Seems to be fixed in #37 (to be verified)

yup, I fixed it. It was causing all my tests to fail and now they all pass, so unless it pops up in another incarnation, it should be good.