Feature Request: Support the ability to suppress or remove a user's (long) slowmode cooldown via the API. #7757
Unanswered
QuantumToasted
asked this question in
API Feature Requests & Ideas
Replies: 1 comment
-
As a workaround you could make the bot a middleman, so the user sends the message and combination of tags/title/etc through a modal and select menus, it validates, and only lets them send it if it passes. Can use a webhook if you want to preserve pfp and username. Another alternative could be to offer a way to pre-validate if your bot will let them pass or not, before the user tries to create the post. |
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.
-
Our large server has several channels with excessively long slowmode (1 or 6 hours), each with their own posting guidelines. Some of these guidelines involve content vetting that goes beyond what Discord's native AutoMod provides. To name a few:
These three examples require reactionary intervention by a bot, which deletes the post/message and notifies the user about the problem with their message. This effectively means that the message was never "posted" as far as our server is concerned, but the user is still subjected to the slowmode of that channel. We have no way to circumvent or lift this cooldown on our end — if memory serves, even granting them a role with MANAGE_MESSAGES (which bypasses slowmode) does not lift existing slowmode cooldowns.
It would be a great help to servers utilizing channels with longer slowmodes, in the absence of the proper AutoMod functionality to block the messages in the first place, to be able to manually remove an existing slowmode cooldown for a particular channel. If AutoMod could be tweaked to accomplish the things we need instead, that would be fine as well, but the goal is that users should (be able to) not be punished with long message cooldowns for messages that were deleted reactively by a bot in channels with very long slowmode settings.
Beta Was this translation helpful? Give feedback.
All reactions