2020-07-04 12:23:10 +02:00
//Note Command
[C_NOTE_DESCRIPTION]
Note members with a description, will not be logged.
The only way to view notes is through moderation history.
2020-06-16 00:15:13 +02:00
2020-07-04 12:23:10 +02:00
[C_NOTE_MISSINGMEMBERS]
You must provide members to assign notes to.
2020-06-16 00:15:13 +02:00
2020-07-29 21:01:39 +02:00
[C_NOTE_MISSINGMEMBERPERMISSIONS]
2020-07-04 12:23:10 +02:00
//Warn Command
[C_WARN_DESCRIPTION]
Warn members for a particular reason.
[C_WARN_MISSINGMEMBERS]
You must provide members to warn.
2020-07-29 21:01:39 +02:00
[C_WARN_INSUFFICIENTPERMISSIONS]
you don't have permission to run this command.
2020-07-04 12:23:10 +02:00
//Unmute Command
[C_UNMUTE_DESCRIPTION]
Unmute members from the server.
[C_UNMUTE_MISSINGMEMBERS]
You must provide members to unmute.
2020-07-20 00:42:21 +02:00
[C_UNMUTE_INSUFFICIENTPERMISSIONS]
I don't have permission to manage roles
2020-07-04 12:23:10 +02:00
[C_UNMUTE_CANNOTFINDMUTE]
they were not previously muted
[C_UNMUTE_ROLEDOESNOTEXIST]
the mute role does not exist anymore
[C_UNMUTE_1FAIL]
I had an issue removing the role
[C_UNMUTE_2FAIL]
I had issues assigning roles to them
[C_UNMUTE_3FAIL]
I had issues granting roles to them
2020-06-16 00:15:13 +02:00
//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]
2020-07-04 12:23:10 +02:00
The duration must be more than `1 minute` and less than `1 month`.
2020-06-16 00:15:13 +02:00
2020-07-20 00:42:21 +02:00
[C_MUTE_INSUFFICIENTPERMISSIONS]
I don't have permission to manage roles
2020-06-16 00:15:13 +02:00
[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]
2020-07-04 12:23:10 +02:00
I had an issue adding the role
2020-06-16 00:15:13 +02:00
[C_MUTE_2FAIL]
2020-07-04 12:23:10 +02:00
I had issues assigning roles to them
2020-06-16 00:15:13 +02:00
[C_MUTE_3FAIL]
2020-07-04 12:23:10 +02:00
I had issues revoking roles from them
//Kick Command
[C_KICK_DESCRIPTION]
Kick provided members from the server.
[C_KICK_MISSINGMEMBERS]
You must provide members to kick.
[C_KICK_INSUFFICIENTPERMISSIONS]
2020-07-20 00:42:21 +02:00
I don't have permission to kick members
[C_KICK_CANNOTBEKICKED]
2020-07-04 12:23:10 +02:00
they are unable to be kicked
//Softban Command
[C_SOFTBAN_DESCRIPTION]
Bans and then unbans the member from the server.
Primarily used to prune the member's messages in all channels.
[C_SOFTBAN_MISSINGMEMBERS]
You must provide members to softban.
[C_SOFTBAN_INSUFFICIENTPERMISSIONS]
2020-07-20 00:42:21 +02:00
I don't have permission to ban members
[C_SOFTBAN_CANNOTBESOFTBANNED]
2020-07-04 12:23:10 +02:00
they are unable to be softbanned
//Ban Command
[C_BAN_DESCRIPTION]
Ban provided members or users from the server. Works with users not in the server.
Optionally assign a time to ban them for.
[C_BAN_MISSINGMEMBERS]
You must provide members to ban.
[C_BAN_DURATIONREQUIRED]
You must provide a duration while using the **tempban** alias.
[C_BAN_DURATIONEXCEPTION]
The duration must be more than `1 minute` and less than `3 months`.
[C_BAN_INSUFFICIENTPERMISSIONS]
2020-07-16 09:54:39 +02:00
I don't have permission to ban members
[C_BAN_CANNOTBEBANNED]
2020-07-04 12:23:10 +02:00
they are unable to be banned
[C_BAN_ALREADYBANNED]
they are already banned
//Unban Command
[C_UNBAN_DESCRIPTION]
Unban provided users from the server.
[C_UNBAN_MISSINGMEMBERS]
You must provide users to unban.
2020-07-20 00:42:21 +02:00
[C_UNBAN_INSUFFICIENTPERMISSIONS]
I don't have permission to unban members
2020-07-04 12:23:10 +02:00
[C_UNBAN_NOTBANNED]
they are not banned
2021-06-18 02:11:55 +02:00
//MassBan Command
[C_MASSBAN_DESCRIPTION]
Ban members based on their username or other metadata provided by arguments.
2020-07-04 12:23:10 +02:00
//Prune Command
[C_PRUNE_DESCRIPTION]
Mass delete messages from provided channels. The amount provided is the amount of messages it searches, not deletes. Filters messages using a logical OR by default. **You cannot prune messages older than 2 weeks.**
2020-08-08 00:21:28 +02:00
[C_PRUNE_CHANNELEXCEPTION]
You are only able to prune up to `3` channels at a time.
2020-07-04 12:23:10 +02:00
[C_PRUNE_INTEGERINVALID]
You must provide an amount to prune.
[C_PRUNE_INTEGEREXCEPTION]
The amount must be more than `1` and less than `300`.
2020-07-20 00:42:21 +02:00
[C_PRUNE_INSUFFICIENTPERMISSIONS]
I don't have permission to manage messages
2020-07-04 12:23:10 +02:00
[C_PRUNE_NOTFETCHED]
I was unable to fetch any messages
[C_PRUNE_NOTDELETABLE]
I could not delete those messages
[C_PRUNE_NOFILTERRESULTS]
I could not find any messages with those arguments
[C_PRUNE_NODELETE]
I had issues deleting those messages
//Vckick Command
[C_VCKICK_DESCRIPTION]
Kick provided members from their connected voice-channel.
2020-07-20 00:42:21 +02:00
[C_VCKICK_INSUFFICIENTPERMISSIONS]
I don't have permission to move members
2020-07-04 12:23:10 +02:00
[C_VCKICK_NOCHANNEL]
they are not in a voice-channel
//Slowmode Command
[C_SLOWMODE_DESCRIPTION]
Set the slowmode in provided channels. Primarily used for setting the slowmode in smaller increments, while Discord will not let you.
[C_SLOWMODE_SECONDREQUIRED]
You must provide a duration to set the slowmode to.
[C_SLOWMODE_SECONDEXCEPTION]
The duration must be `0 seconds` or more, and less than `6 hours`.
2020-07-20 00:42:21 +02:00
[C_SLOWMODE_INSUFFICIENTPERMISSIONS]
I don't have permission to manage channels
2020-07-04 12:23:10 +02:00
[C_SLOWMODE_NOCHANGE]
the slowmode was already set to that
//Nickname Command
[C_NICKNAME_DESCRIPTION]
Change the nickname of provided members or dehoist them. You will have to put the nickname in quotes in order to allow for spaced nicknames.
[C_NICKNAME_MISSINGMEMBERS]
2020-07-28 22:40:15 +02:00
You must provide members to nickname.
2020-07-04 12:23:10 +02:00
[C_NICKNAME_MISSINGNAME]
You must provide arguments to change their nickname to.
[C_NICKNAME_NOCHARACTERS]
they had no hoisted characters in their nickname
2020-07-20 00:42:21 +02:00
[C_NICKNAME_INSUFFICIENTPERMISSIONS]
I don't have permission to manage nicknames
2020-07-04 12:23:10 +02:00
[C_NICKNAME_MISSINGPERMSSIONS]
2020-07-16 09:54:39 +02:00
they have a higher role than I do
//Addrole Command
[C_ADDROLE_DESCRIPTION]
2020-07-20 00:42:21 +02:00
Add roles to provided members. The added roles cannot be a higher position than the executor's highest role.
2020-07-28 22:40:15 +02:00
[C_ADDROLE_MISSINGMEMBERS]
You must provide members to add roles to.
2020-07-29 21:01:39 +02:00
[C_ADDROLE_MISSINGROLES]
You must provide roles to add to members.
2020-07-20 00:42:21 +02:00
[C_ADDROLE_INSUFFICIENTPERMISSIONS]
I don't have permission to manage roles
[C_ADDROLE_ROLEHIERARCHY]
the provided role(s) have a higher position than yours
2020-07-16 09:54:39 +02:00
2020-07-29 21:01:39 +02:00
[C_ADDROLE_ROLEHIERARCHYBOT]
the provided role(s) are higher than the bot, I cannot add them
2020-07-16 09:54:39 +02:00
//Removerole Command
2020-07-20 00:42:21 +02:00
[C_REMOVEROLE_DESCRIPTION]
Remove roles to provided members. The removes roles cannot be a higher position than the executor's highest role.
2020-07-28 22:40:15 +02:00
[C_REMOVEROLE_MISSINGMEMBERS]
You must provide members to remove roles from.
2020-07-29 21:01:39 +02:00
[C_REMOVEROLE_MISSINGROLES]
You must provide roles to remove from members.
2020-07-20 00:42:21 +02:00
[C_REMOVEROLE_INSUFFICIENTPERMISSIONS]
I don't have permission to manage roles
[C_REMOVEROLE_ROLEHIERARCHY]
2020-08-09 21:53:09 +02:00
the provided role(s) have a higher position than yours
//History Command
[C_HISTORY_DESCRIPTION]
Display moderation history for the server or for certain users.
[C_HISTORY_ERROR]
I had issues finding moderation history in your server.
[C_HISTORY_NORESULTS]
2020-08-14 08:29:58 +02:00
There are no results for that search query.
[C_HISTORY_SUCCESSTYPE]
switch({old}) {
case true:
'oldest';
break;
case false:
'newest';
break;
}
[C_HISTORY_SUCCESS]
Fetched the {type} moderation cases{targets}.
[C_HISTORY_SUCCESSTARGETS]
for target{plural}: {targets}
[C_HISTORY_SUCCESSEXPORT]
Attached the JSON-formatted moderation file in the file below.
You may want to format this file for your viewing pleasure.
[C_HISTORY_FAILEXPORT]
Unable to upload JSON file, the file is too large to upload here. **\`[amount/max]\`**
2020-08-17 22:26:57 +02:00
If you absolutely need this, contact a bot developer in our support server.
//Case Command
[C_CASE_DESCRIPTION]
View a specific case
[C_CASE_INVALID]
Case ID `{caseID}` is invalid! Make sure it's an integer above 0.
[C_CASE_NOTFOUND]
No case matching ID `{caseID}` was found.
[C_CASE_TITLE]
{emoji_book} Case **#{caseID}**
[C_CASE_TITLE_VERBOSE]
{emoji_book} Case **#{caseID} (verbose)**
[C_CASE_CHANGES_TITLE]
{emoji_note} Changes to case **#{case}**
[C_CASE_CHANGES_NONE]
No changes have been made to the case.
[C_CASE_CHANGE_BASE]
**Timestamp:** {date} | {timeAgo} ago
**Staff:** {staff}
[C_CASE_CHANGES_RESOLVE]
**Reason:** {reason}
[C_CASE_CHANGES_REASON]
**Old reason:** {reason}
[C_CASE_CHANGES_DURATION]
**Old duration:** {duration}
[C_CASE_CHANGE_NOREASON]
`No reason given`
[C_CASE_TEMPLATE]
**[Jump to message (if available)](https://discord.com/channels/{guild}/{channel}/{message})**
**Unique ID:** {uniqueID}
**Type:** {type}
**Timestamp:** {date} | {relativeTime} ago
{target}
**Staff:** {staff}
**Changes:** {nrChanges}
[C_CASE_TEMPLATE_VERBOSE]
**[Jump to message (if available)](https://discord.com/channels/{guild}/{channel}/{message})**
**Unique ID:** {uniqueID}
**Type:** {type}
**Timestamp:** {date} | {relativeTime} ago
**UNIX timestamp:** {unix} | {relativeTimeSeconds} seconds ago
{target}
**Staff:** {staff} ({staffID})
**Amount of changes:** {nrChanges}
**Changes:** {changes}
[C_CASE_MODPOINTS]
**Points:** {points}
**Expires:** {expires}
[C_CASE_REASON]
**Reason:**
```{reason}```
[C_CASE_SLOWMODE]
**Slowmode:** {readable}
[C_CASE_SLOWMODE_VERBOSE]
**Slowmode:** {readable} ({seconds}) seconds
[C_CASE_TARGET_USER]
**User:** {target}
[C_CASE_TARGET_CHANNEL]
**Channel:** #{target}
[C_CASE_TARGET_USER_VERBOSE]
**User:** {target} ({targetID})
[C_CASE_TARGET_CHANNEL_VERBOSE]
**Channel:** #{target} ({targetID})
[C_CASE_LENGTH]
**Length:** {time}
[C_CASE_LENGTH_VERBOSE]
**Length:** {time} ({inSeconds} seconds)