$isBanned
Returns whether a user is banned from the current server or not. Requires the BAN_MEMBERS permission.
Syntax
$isBanned[User ID]
Parameters
User ID(Type: Snowflake || Flag: Required): The user to check its ban status.
Example
$nomention
Banned?: $isBanned[$message]
How $message works?