Why is the message content intent being removed? #4402
Replies: 2 comments 3 replies
-
If you aren't able to implement slash commands, you can have your users @-mention the bot in command messages to continue using message content based commands (e.g. In addition to that, there will be new tutorials and new documentation that will show application commands and they'll hopefully overtake the older, now broken, tutorials in time - some libraries are already using Application Commands in their Getting Started documentation, and as the Message Content Privileged Intent deadline approaches we'll hopefully see the rest of the extant library docs reflect this too. Yes this is a huge change, but it isn't insurmountable. |
Beta Was this translation helpful? Give feedback.
-
I believe there's a misunderstanding between your interpretation of how the message content intent will impact bots starting April 2022 and onward. This link here should and will go over most of the commonly asked questions surrounding the existence of this privileged intent, which I highly recommend reading.
This plays into the first part here, but, text-based commands won't be "gone" if your bot is unverified. Subsequently, if you are a verified bot, requesting for this privileged intent based off of usability of this command format will not be feasible, as confirmed by Discord staff. You're better off working with interactions which debatably are a more sound approach to bot commands in terms of UX and consistency. On an unrelated note, you've mentioned that discord.py's shutdown has been a huge setback for Python developers in the development community thus far. I suggest looking at the current community resources for Discord libraries written in Python that have interactions support/implementations, and moving forward from there for maintainability. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
You guys are removing the message content intent, which is gonna be a huge problem for beginner developers and also us devs.
we will need to get our bot verified, and we will have to use slash commands. we already had a massive setback when danny stepped down from the discord.py api developement, and now when you guys disable the intent, we bot devs are screwed cuz text based commands will be gone and the only way to view those is by watching videos and it will be history to see text based commands. pls dont remove the message content intent
Beta Was this translation helpful? Give feedback.
All reactions