2020-05-08 08:50:54 +02:00
//Grant Command
[C_GRANT_DESCRIPTION]
2020-05-17 15:07:39 +02:00
Grant roles or users permissions to use commands or modules.
To view all grantable permissions, use the command `{prefix}perms list`.
2020-05-08 08:50:54 +02:00
2020-07-23 22:40:20 +02:00
[C_GRANT_MISSINGRESOLVEABLES]
Unable to find any roles or members, view `{prefix}cmd grant` for more information.
2020-05-08 08:50:54 +02:00
2020-07-23 22:40:20 +02:00
[C_GRANT_MISSINGPERMISSIONNODES]
Unable to find any grantable permissions, view `{prefix}cmd grant` for more information.
2020-05-08 08:50:54 +02:00
[C_GRANT_DATABASEERROR]
There was an issue pushing the permissions to the database. Contact a bot developer.
[C_GRANT_SUCCESS]
2020-07-23 22:40:20 +02:00
Successfully granted targets {targets} the following permissions: {permissions}{channel}.
2020-05-08 08:50:54 +02:00
2020-07-23 22:40:20 +02:00
[C_GRANT_SUCCESSCHANNELS]
in channel{plural} {channels}
2020-05-08 08:50:54 +02:00
2020-08-03 10:32:34 +02:00
[C_GRANT_WARNING]
You granted a command from the **Administration** module. This is potentially dangerous, as whoever you granted the administration commands to could have access to vital parts of the server. Only grant administration commands to people you trust.
2020-05-08 08:50:54 +02:00
//Revoke Command
[C_REVOKE_DESCRIPTION]
Revoke permissions granted to roles or users.
2020-07-28 05:00:24 +02:00
NOTE: If a user left the server, you must use the ID to revoke the permissions.
2020-05-08 08:50:54 +02:00
2020-07-23 22:40:20 +02:00
[C_REVOKE_MISSINGRESOLVEABLES]
Unable to find any roles or users, view `{prefix}cmd revoke` for more information.
2020-05-08 08:50:54 +02:00
[C_REVOKE_DATABASEERROR]
2020-07-23 22:40:20 +02:00
There was an issue pushing the permissions to the database. Contact a bot developer.
2020-05-08 08:50:54 +02:00
2020-05-17 15:07:39 +02:00
[C_REVOKE_SUCCESS]
2020-07-23 22:40:20 +02:00
Successfully revoked targets {targets} the following permissions: {permissions}{channel}.
2020-05-17 15:07:39 +02:00
2020-08-03 10:32:34 +02:00
[C_REVOKE_SUCCESSCHANNELS]
2020-07-23 22:40:20 +02:00
in channel{plural} {channels}
2020-05-17 15:07:39 +02:00
2020-05-08 08:50:54 +02:00
//Permissions Command
[C_PERMISSIONS_DESCRIPTION]
2020-05-17 15:07:39 +02:00
View permissions granted to roles or users.
[C_PERMISSIONS_LIST]
You can **grant**/**revoke** the following permissions: {permissions}.
[C_PERMISSIONS_SHOWTITLE]
switch({user}) {
case true:
"User Permissions"
break;
case false:
"Role Permissions"
break;
}
[C_PERMISSIONS_SHOWDESCRIPTION]
2020-07-28 05:00:24 +02:00
An overview of all {resolve}'s permissions in the server. If you would like to see an in-depth view of the role or user's permissions, use `{prefix}perms [user|role]`.
2020-05-17 15:07:39 +02:00
[C_PERMISSIONS_MAXFIELDS]
:warning: **You have met the max amount of fields and you will need to use `{prefix}perms --json` to view them.** :warning:
[C_PERMISSIONS_NOTFOUND]
Unable to find any roles or users with those arguments.
[C_PERMISSIONS_JSON]
Attached the JSON-formatted permission file in the file below.
You may want to format this file for your viewing pleasure.
[C_PERMISSIONS_GLOBAL]
**Global Permissions:** {permissions}
Global permissions can be used in all channels, but you can add specific channels if needed.
[C_PERMISSIONS_GLOBALALT]
2020-06-02 12:09:28 +02:00
Channel-specific permissions are listed below.
[C_PERMISSIONS_NOPERMISSIONS]
**No permissions found!** Try granting some permissions by using:
`{prefix}grant <roles..|users..> <permissions..>}`
[C_PERMISSIONS_PERMISSIONSNOTFOUND]
Found {type} **{resolveable}** but {they}had no permissions.
2020-07-28 05:00:24 +02:00
2020-08-14 08:29:58 +02:00
[C_PERMISSIONS_NOPERMISSIONS]
Your server has no granted permissions to any roles or users.
If you would like to grant permissions, use the command `{prefix}grant` for more information.
2020-07-28 05:00:24 +02:00
//Disable Command
[C_DISABLE_DESCRIPTION]
Disable commands in your server to prevent usage.
[C_DISABLE_LIST]
The command{plural} currently disabled in your server are: {commands}
[C_DISABLE_LISTFAIL]
There are no disabled commands in your server.
[C_DISABLE_MISSINGCOMMANDS]
You must provide commands to disable.
[C_DISABLE_SUCCESS]
Successfully **disabled** command{plural} {commands} in your server.
[C_DISABLE_FAIL]
Failed to disable command{plural} {commands}. You are unable to disable the **command:enable** and **command:disable** commands.
[C_DISABLE_WARNING]
You disabled a command inside of the **Administration** module. It is dangerous to do so, as it may disable configurability of your server. Note you are unable to disable the `command:enable` and `command:disable` commands.
[C_DISABLE_SUCCESSGLOBAL]
Successfully **disabled** command{plural} {commands} globally. **`[{amount}/{total}]`**
These changes will be reverted if a shard restarts; edit the file{plural} for sustainability.
[C_DISABLE_FAILGLOBAL]
Failed to globally disable command{plural} {commands}. **`[0/{total}]`**
//Enable Command
[C_ENABLE_DESCRIPTION]
Enable commands in your server.
[C_ENABLE_MISSINGCOMMANDS]
You must provide commands to enable.
[C_ENABLE_SUCCESS]
Successfully **enabled** command{plural} {commands} in your server.
[C_ENABLE_FAIL]
Failed to enable command{plural} {commands}, they likely were not disabled.
[C_ENABLE_SUCCESSGLOBAL]
Successfully **enabled** command{plural} {commands} globally. **`[{amount}/{total}]`**
These changes will be reverted if a shard restarts; edit the file{plural} for sustainability.
[C_ENABLE_FAILGLOBAL]
Failed to globally enable command{plural} {commands}. **`[0/{total}]`**