Skip to content

/admin block_user

Syntax

/admin block_user [user]

  • user: A valid Discord User.

Usage

This command is the same as /block user, but it applies a server-wide ban, instead of only blocking them towards a single user.


Simplified internal logic

flowchart TD
    CommandReceived[Command Received] --> BlockUser[[Block the user]]
    BlockUser --> SendAnswer[[Send answer]]