$onBanRemove

Triggered when a user gets unbanned from the server.

$onBanRemove[channelID] is a callback, which means it's used in the command trigger (not the code). The command is ran when a user is unbanned from the server. You must replace 'channelID' with a valid channel ID or a server variable that holds the channelID ($getServerVar[]).

Example

#1: Make a command with $onBanRemove[channelID] as the trigger.

🧙‍♂️ You must replace 'channelID' with a valid channel ID!

example1

#2: Input your code/reply text.
example2

#3: Now you have a unban message! ✨
example3