mayudev / revcord

A bridge for Discord and Revolt with easy setup through commands
MIT License
64 stars 9 forks source link

Discord messages show up as blank #7

Closed unclamped closed 1 year ago

unclamped commented 1 year ago

No error logs, Discord users can see Revolt user's messages, but not vice versa image image

mayudev commented 1 year ago

You most likely didn't enable the message content intent in discord developer settings, so the bot can't access the content of messages on Discord

unclamped commented 1 year ago

You most likely didn't enable the message content intent in discord developer settings, so the bot can't access the content of messages on Discord

It doesn't seem to be that. I also included the Read Messages/View Channels intent just in case, yet nothing. The bot also has full admin perms just for testing

mayudev commented 1 year ago

It's not the same as permission, it's a separate thing in the Bot > Privileged Gateway Intents section. You need to enable the Message Content Intent.

Admittedly, I forgot to add a notice about that in readme because it was a fairly recent change, I'll make sure to do that later.

image

unclamped commented 1 year ago

I forgot to reply, whoops. Yeah, that solved the issue. Thanks!