Ban multiple users at the same time

Discord doesn’t have an endpoint for this, so we don’t support it directly with a multi-user ban block. You’ll need to use the ban user block multiple times if you want to ban multiple users at once.

You could do this in a split string iterator, if you wanted to provide a comma-separated list of bans, then ban each user individually.

1 Like