Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discord no longer sending messages to IRC #616

Open
MTF opened this issue Sep 2, 2022 · 4 comments
Open

Discord no longer sending messages to IRC #616

MTF opened this issue Sep 2, 2022 · 4 comments

Comments

@MTF
Copy link

MTF commented Sep 2, 2022

image

Hello, I woke up today to see that discord was no longer sending messages to IRC, only IRC messages are being delivered to discord. This has happened in the past, usually fixed by a restart, but this time it is not fixing itself. I've attached a picture of what I'm seeing, when using channel ID's I get the mapping undefined error (even though the ID is correct and worked previously), but with channel name I see it map correctly, just no messages being delivered.

@ToneTC
Copy link

ToneTC commented Sep 2, 2022

discordircbot

Getting the same behavior today. IRC sends to Discord just fine, but the bot no longer sends anything to IRC.

@OhkokuKishi
Copy link

OhkokuKishi commented Sep 3, 2022

I was able to get my instance up and running again.

Looks like the core issues is permission changes to the Discord API regarding bots.
https://github.com/discord/discord-api-docs/blob/main/docs/Change_Log.md#message-content-is-a-privileged-intent

What you'll want to do is go over to the Discord Developer Portal (https://discord.com/developers/applications) and add Privileged Intent for message content.

image

Go to/click on your application/bot, Bot settings on the left side, and check the Privileged Gateway Intents section.

image

I just checked everything because I needed this working ASAP, and I'm only on one small community server anyway. Restart your bot/script for changes to take effect.

Hope this helps.

@Tsunder
Copy link

Tsunder commented Sep 15, 2022

The key option here is "Message Content Intent". The others are not needed.

@dqwyy
Copy link

dqwyy commented Apr 26, 2024

Maybe this can be added to wiki.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants