Is it possible to ban several users at the same time, for example to have a variable that contains a list of users and then insert this variable into Ban User so that several users get banned 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