Channel add/remove
Syntax
Use this syntax to let the bot trigger when a channel is added or removed or both
(empty) -> trigger when channel is removed or added
add
-> trigger when a channel is created
add=category id
-> trigger when a channel is being created in category with id category id
remove
-> trigger when a channel is removed
remove=category id
-> trigger when a channel is being deleted in category with id category id
Related Functions
The following list is a functions that you might need:
$eventChannelID: will return the channel id that got created/removed
$eventChannelParent
: will return the channel's category id