34 lines
867 B
Plaintext
34 lines
867 B
Plaintext
//Kick Command
|
|
[C_KICK_DESCRIPTION]
|
|
Kick provided members from the server.
|
|
|
|
[C_KICK_MISSINGMEMBERS]
|
|
You must provide members to kick.
|
|
|
|
[C_KICK_INSUFFICIENTPERMISSIONS]
|
|
they are unable to be kicked
|
|
|
|
//Mute Command
|
|
[C_MUTE_DESCRIPTION]
|
|
Assign members to be muted from the server for a specified amount of time.
|
|
|
|
[C_MUTE_MISSINGMEMBERS]
|
|
You must provide members to mute.
|
|
|
|
[C_MUTE_DURATIONEXCEPTION]
|
|
The duration must be more than `1 minute` and less than `1 month`.\
|
|
|
|
[C_MUTE_NOMUTEROLE]
|
|
You don't have a mute role set in your server, use the command `-set mute` for more information.
|
|
|
|
[C_MUTE_INVALIDMUTEROLE]
|
|
It seems like the mute role was deleted, use the command `-set mute` for more information.
|
|
|
|
[C_MUTE_1FAIL]
|
|
I am unable to add roles to them.
|
|
|
|
[C_MUTE_2FAIL]
|
|
I had issues removing and adding roles to them.
|
|
|
|
[C_MUTE_3FAIL]
|
|
I had issues removing roles from them. |