Pin message without sending system message #6018
Unanswered
MinnDevelopment
asked this question in
API Feature Requests & Ideas
Replies: 2 comments
-
|
I would love this feature so much tbh, this would be super useful, the only way to do this at the moment is by finding the message (for an example fetching the latest few messages) and deleting it, which really isn't ideal to say the least, having a simple flag you could add would be a perfect solution to this |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
But Discord released a Pin Message permission, which might solve your issue ? |
Beta Was this translation helpful? Give feedback.
0 replies
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 channelsystem 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