-
Notifications
You must be signed in to change notification settings - Fork 294
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
Comments
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. 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. Go to/click on your application/bot, Bot settings on the left side, and check the Privileged Gateway Intents section. 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. |
The key option here is "Message Content Intent". The others are not needed. |
Maybe this can be added to wiki. |
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.
The text was updated successfully, but these errors were encountered: