47 lines
1.5 KiB
Plaintext
47 lines
1.5 KiB
Plaintext
|
//Grant Command
|
||
|
|
||
|
[C_GRANT_DESCRIPTION]
|
||
|
Grant roles or users permissions for commands or modules.
|
||
|
|
||
|
[C_GRANT_RESOLVEERROR]
|
||
|
Unable to find a role or member, view `{prefix}cmd grant` for more help.
|
||
|
|
||
|
[C_GRANT_MISSINGPERMPARAM]
|
||
|
You must provide permissions to grant, view `{prefix}cmd grant` for more help.
|
||
|
|
||
|
[C_GRANT_DATABASEERROR]
|
||
|
There was an issue pushing the permissions to the database. Contact a bot developer.
|
||
|
|
||
|
[C_GRANT_SUCCESS]
|
||
|
Successfully granted **{resolveable}** the following permissions: {permissions}
|
||
|
|
||
|
[C_GRANT_SUCCESSALT]S
|
||
|
in channel(s) {channels}.
|
||
|
|
||
|
[C_GRANT_SUCCESSFAILED]
|
||
|
Some permissions have failed to add, likely because the {resolveable} already has the permissions or you did not supply valid permissions.
|
||
|
|
||
|
[C_GRANT_FAILED]
|
||
|
Failed to grant the following permissions: {failed}.
|
||
|
This is likely because the {resolveable} already has the permissions or you did not supply valid permissions.
|
||
|
|
||
|
|
||
|
//Revoke Command
|
||
|
|
||
|
[C_REVOKE_DESCRIPTION]
|
||
|
Revoke permissions granted to roles or users.
|
||
|
NOTE: If a role is deleted or a user left the guild, you must use the ID to revoke the permissions.
|
||
|
|
||
|
[C_REVOKE_RESOLVEERROR]
|
||
|
Unable to find a role or user, view `{prefix}cmd revoke` for more help.
|
||
|
|
||
|
[C_REVOKE_MISSINGPERMPARAM]
|
||
|
You must provide permissions to revoke, view `{prefix}cmd grant` for more help.
|
||
|
|
||
|
[C_REVOKE_DATABASEERROR]
|
||
|
There was an issue removing the permissions from the database. Contact a bot developer.
|
||
|
|
||
|
//Permissions Command
|
||
|
|
||
|
[C_PERMISSIONS_DESCRIPTION]
|
||
|
View permissions granted to roles or users.
|