Bulk ban
bulk_banBan up to 200 users by ID with a two-step process: preview first, then confirm with a token. Reports which bans succeeded and which failed.
Instructions
Ban up to 200 users at once by ID, for raid cleanup. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token performs the bans. Reports which bans succeeded and which failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_ids | Yes | User IDs to ban. | |
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| reason | No | ||
| delete_message_seconds | No | ||
| dry_run | No | ||
| confirm_token | No |