84 lines
2.6 KiB
Plaintext
84 lines
2.6 KiB
Plaintext
//Grant Command
|
|
|
|
[C_GRANT_DESCRIPTION]
|
|
Grant roles or users permissions to use commands or modules.
|
|
To view all grantable permissions, use the command `{prefix}perms list`.
|
|
|
|
[C_GRANT_MISSINGRESOLVEABLES]
|
|
Unable to find any roles or members, view `{prefix}cmd grant` for more information.
|
|
|
|
[C_GRANT_MISSINGPERMISSIONNODES]
|
|
Unable to find any grantable permissions, view `{prefix}cmd grant` for more information.
|
|
|
|
[C_GRANT_DATABASEERROR]
|
|
There was an issue pushing the permissions to the database. Contact a bot developer.
|
|
|
|
[C_GRANT_SUCCESS]
|
|
Successfully granted targets {targets} the following permissions: {permissions}{channel}.
|
|
|
|
[C_GRANT_SUCCESSCHANNELS]
|
|
in channel{plural} {channels}
|
|
|
|
//Revoke Command
|
|
|
|
[C_REVOKE_DESCRIPTION]
|
|
Revoke permissions granted to roles or users.
|
|
NOTE: If a user left the guild, you must use the ID to revoke the permissions.
|
|
|
|
[C_REVOKE_MISSINGRESOLVEABLES]
|
|
Unable to find any roles or users, view `{prefix}cmd revoke` for more information.
|
|
|
|
[C_REVOKE_DATABASEERROR]
|
|
There was an issue pushing the permissions to the database. Contact a bot developer.
|
|
|
|
[C_REVOKE_SUCCESS]
|
|
Successfully revoked targets {targets} the following permissions: {permissions}{channel}.
|
|
|
|
[C_GRANT_SUCCESSCHANNELS]
|
|
in channel{plural} {channels}
|
|
|
|
//Permissions Command
|
|
|
|
[C_PERMISSIONS_DESCRIPTION]
|
|
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]
|
|
An overview of all {resolve}'s permissions in the guild. If you would like to see an in-depth view of the role or user's permissions, use `{prefix}perms [user|role]`.
|
|
|
|
[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]
|
|
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.
|