This commit is contained in:
Erik 2022-04-09 16:02:57 +03:00
parent c598e5b0d5
commit 9360dba5fd
Signed by: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB

View File

@ -1,3 +1,6 @@
[MODERATION_MISSING_USERS]
You must provide target users.
//Note Command //Note Command
[C_NOTE_DESCRIPTION] [C_NOTE_DESCRIPTION]
Note members with a description, will not be logged. Note members with a description, will not be logged.
@ -72,12 +75,9 @@ I had issues assigning roles to them
I had issues revoking roles from them I had issues revoking roles from them
//Kick Command //Kick Command
[C_KICK_DESCRIPTION] [COMMAND_KICK_HELP]
Kick provided members from the server. Kick provided members from the server.
[C_KICK_MISSINGMEMBERS]
You must provide members to kick.
[C_KICK_INSUFFICIENTPERMISSIONS] [C_KICK_INSUFFICIENTPERMISSIONS]
I don't have permission to kick members I don't have permission to kick members
@ -240,6 +240,9 @@ Removes special characters from username or nickname that allow users to hoist t
[C_DEHOIST_MISSINGMEMBERS] [C_DEHOIST_MISSINGMEMBERS]
You must provide members to dehoist. You must provide members to dehoist.
[COMMAND_ROLES_NO_ROLES]
No roles given.
//Addrole Command //Addrole Command
[C_ADDROLE_DESCRIPTION] [C_ADDROLE_DESCRIPTION]
Add roles to provided members. The added roles cannot be a higher position than the executor's highest role. Add roles to provided members. The added roles cannot be a higher position than the executor's highest role.