Bulk banning and ban list subscriptions #4018
Unanswered
erkinalp
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
-
Why is this needed
Ban lists would be quite useful in guilds that wish to share bans between them, due to shared ownership and/or ease of moderation. Bulk banning would be useful to quickly ban many users in defence of a raid.
The proposed features
This feature could be implemented in several ways:
Similarly, ban API would get a bulk ban endpoint, which would allow adding multiple users or ban lists at once, by user/ban list/guild ID.
Various concerns
Ban list adds should be implemented atomically, i.e. all ban adds in a given ban list change request should happen at once. This could be achieved by having a few seconds of artificial delay between the processing of the first item request and implementation of all items, if more than a certain number of ban entries are added at once.
Beta Was this translation helpful? Give feedback.
All reactions