Make /messages/.../interaction-data accessible by other bots #5583
Replies: 1 comment
-
+1, I am working on a bot that dumps large amounts of messages from my server's channels and I can't complete the bot because it needs to be able to read commands to fulfill the purpose I intended it for. May I suggest adding a new privileged intent, perhaps For clarity, the bot I have made uses an all messages sent in the server to train an RNN, and my main goal was to make the network generate bot commands (for comedy, I think it would be funny to have an AI telling the music bot what to do), but as of now, it can only learn from text messages ( Also, this could also be accomplished by including the PS: I find it a little puzzling it is possible to retrieve a message from the API with type |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As you know currently bots aren't allowed to make requests to the end-point
https://discord.com/api/v9/channels/XXXXXX/messages/XXXXXX/interaction-data
, which is really rubbish. I think this API end-point should be accessible by bots since all non-ephemeral messages can be seen by all individuals rather there should be filters of deleted/ephemeral messagesBeta Was this translation helpful? Give feedback.
All reactions