[AB-124] adding templates related to admin mode

This commit is contained in:
Sheldan
2021-03-10 01:26:30 +01:00
parent 59e3a90049
commit 1b645f58bd
7 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1 @@
Controls admin mode for this server

View File

@@ -0,0 +1 @@
`setAdminMode true` in order to activate the admin mode

View File

@@ -0,0 +1,4 @@
This command activates or deactivates the admin mode in the server, based on the parameter.
If admin mode is active, it means that **most** commands can only be executed by a member with the Administrator permission.
If `true` is passed: it activates the admin mode.
If `false` is passed, it deactivates the admin mode.

View File

@@ -0,0 +1 @@
Either 'true' or 'false' for the admin mode state.

View File

@@ -1 +0,0 @@
Command has been disabled for this channel.

View File

@@ -0,0 +1 @@
Admin mode enabled. Command unavailable to you.