synzen / MonitoRSS

MonitoRSS RSS bot (formerly known as Discord.RSS) with customizable feeds. https://monitorss.xyz
https://monitorss.xyz
MIT License
1.05k stars 238 forks source link

New era of discord apps, discord api has changed #275

Closed FriendlyUser closed 1 year ago

FriendlyUser commented 1 year ago

Describe the bug

A clear and concise description of what the bug is.

https://discord.com/blog/welcome-to-the-new-era-of-discord-apps

Seems like my discord rss bot isnt working anymore, also monitorrss isnt working for me either

If this is an issue related to the public hosting bot, please use the support Discord server at https://discord.gg/pudv7Rx instead and do not post an issue here.

If this is an issue related to the control panel, please go to https://github.com/synzen/MonitoRSS-Web instead.

To Reproduce

Steps to reproduce the behavior:

  1. attempt rss.add or rss.help

no response from bot

Expected behavior

bot sends a message

Screenshots

If applicable, add screenshots to help explain your problem. image

feeds.add is for my personal monitorrss bot

Branch (please specify one):

master, dev, or public bot

Additional context

Add any other context about the problem here.

https://discord.com/blog/welcome-to-the-new-era-of-discord-apps

Please let me know if this is a me problem.

synzen commented 1 year ago

Thanks for the report. Please be sure that Message Content Intent is enabled for your personal bot:

image

This is a required change as of September - for more information, you may see https://support-dev.discord.com/hc/en-us/articles/4404772028055-Message-Content-Privileged-Intent-FAQ

Commands have been disabled on the public bot as a result of Discord's breaking change, and the bot will eventually only support a web interface for interactions.

FriendlyUser commented 1 year ago

Also do the command prefix have to start with / now?

DRSS_BOT_PREFIX=/feeds
synzen commented 1 year ago

There is no slash command support so the prefix/commands will work the same way as before

FriendlyUser commented 1 year ago

Okay, think it just took a day or a couple hours for the settings to propagate.

synzen commented 1 year ago

Glad to hear.

HackerDaGreat57 commented 1 year ago

THIS ISSUE SHOULD BE PINNED. PLEASE. The comment about enabling Content Intent saved me from a headache.