discord-telegram-bot icon indicating copy to clipboard operation
discord-telegram-bot copied to clipboard

add intents fixes #7

Open abe-101 opened this issue 3 years ago • 5 comments

In order for the bot to read message content it needs the privileged intent called MESSAGE_CONTENT https://discord.com/developers/docs/topics/gateway#privileged-intents

abe-101 avatar Oct 14 '22 16:10 abe-101

I think discord has dropped the support to run the user tokens on discord.py. But I'll test it and see if it works. Thanks.

runetech0 avatar Oct 20 '22 20:10 runetech0

I think discord has dropped the support to run the user tokens on discord.py. But I'll test it and see if it works. Thanks.

From what I understand the maintainer of discord.py stopped all involvement in the project after much frustration from discord https://gist.github.com/Rapptz/4a2f62751b9600a31a0d3c78100287f1

about a year later it seems he has resumed envolvement: https://gist.github.com/Rapptz/c4324f17a80c94776832430007ad40e6 with the big new relese of v2.0.0

abe-101 avatar Oct 21 '22 15:10 abe-101

I'm realizing now my commit also has a whole bunch of formatting changes I'm removing them now

abe-101 avatar Oct 26 '22 14:10 abe-101

@rehmanali1337 have you got a chance to test my fix?

abe-101 avatar Nov 30 '22 02:11 abe-101

@rehmanali1337 have you got a chance to test my fix?

Thank you, your edits work)

Son-of-Henry-Ford avatar Feb 21 '23 21:02 Son-of-Henry-Ford