Enable and Disable
The Enable command is normally used by operators to manually enable a group (normally when for some reason it does not happen automatically).
Permissions​
Only unified/ban operators can use this command.
Syntax​
Just type /enable
in the group:
/enable
For developers​
This command is defined in the file /Bot/Command/Enable.cs
.
Reverse​
To disable a group we can use the /disable
command:
/disable
For developers​
This command is defined in the file /Bot/Command/Disable.cs
.