Pin message without sending system message #6018
Unanswered
MinnDevelopment
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I made a simple bot which adds 2 message context commands:
The motivation for this is to allow users to pin messages without the permission to manage messages. This is because the manage messages permission allows to also delete messages.
I can't make this bot http-only, because it has to delete the
user pinned message in this channel
system message each time it pins a message. To do this, I have to listen for a message create event using a gateway connection.My request is similar to #1617, as I want to be able to pin messages without this system message appearing. My bot sends its own message, because it also can tell you who pinned the message through the bot.
I hope that with the motivation for http-only bots, this feature request will not be rejected again. The previous reasoning does no longer apply.
Beta Was this translation helpful? Give feedback.
All reactions