forked from Galactic/galactic-bot
367 lines
8.8 KiB
Plaintext
367 lines
8.8 KiB
Plaintext
//Note Command
|
|
[C_NOTE_DESCRIPTION]
|
|
Note members with a description, will not be logged.
|
|
The only way to view notes is through moderation history.
|
|
|
|
[C_NOTE_MISSINGMEMBERS]
|
|
You must provide members to assign notes to.
|
|
|
|
[C_NOTE_MISSINGMEMBERPERMISSIONS]
|
|
|
|
//Warn Command
|
|
[C_WARN_DESCRIPTION]
|
|
Warn members for a particular reason.
|
|
|
|
[C_WARN_MISSINGMEMBERS]
|
|
You must provide members to warn.
|
|
|
|
[C_WARN_INSUFFICIENTPERMISSIONS]
|
|
you don't have permission to run this command.
|
|
|
|
//Unmute Command
|
|
[C_UNMUTE_DESCRIPTION]
|
|
Unmute members from the server.
|
|
|
|
[C_UNMUTE_MISSINGMEMBERS]
|
|
You must provide members to unmute.
|
|
|
|
[C_UNMUTE_INSUFFICIENTPERMISSIONS]
|
|
I don't have permission to manage roles
|
|
|
|
[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
|
|
|
|
//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_INSUFFICIENTPERMISSIONS]
|
|
I don't have permission to manage roles
|
|
|
|
[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 had an issue adding the role
|
|
|
|
[C_MUTE_2FAIL]
|
|
I had issues assigning roles to them
|
|
|
|
[C_MUTE_3FAIL]
|
|
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]
|
|
I don't have permission to kick members
|
|
|
|
[C_KICK_CANNOTBEKICKED]
|
|
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]
|
|
I don't have permission to ban members
|
|
|
|
[C_SOFTBAN_CANNOTBESOFTBANNED]
|
|
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]
|
|
I don't have permission to ban members
|
|
|
|
[C_BAN_CANNOTBEBANNED]
|
|
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.
|
|
|
|
[C_UNBAN_INSUFFICIENTPERMISSIONS]
|
|
I don't have permission to unban members
|
|
|
|
[C_UNBAN_NOTBANNED]
|
|
they are not banned
|
|
|
|
//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.**
|
|
|
|
[C_PRUNE_CHANNELEXCEPTION]
|
|
You are only able to prune up to `3` channels at a time.
|
|
|
|
[C_PRUNE_INTEGERINVALID]
|
|
You must provide an amount to prune.
|
|
|
|
[C_PRUNE_INTEGEREXCEPTION]
|
|
The amount must be more than `1` and less than `300`.
|
|
|
|
[C_PRUNE_INSUFFICIENTPERMISSIONS]
|
|
I don't have permission to manage messages
|
|
|
|
[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.
|
|
|
|
[C_VCKICK_INSUFFICIENTPERMISSIONS]
|
|
I don't have permission to move members
|
|
|
|
[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`.
|
|
|
|
[C_SLOWMODE_INSUFFICIENTPERMISSIONS]
|
|
I don't have permission to manage channels
|
|
|
|
[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]
|
|
You must provide members to nickname.
|
|
|
|
[C_NICKNAME_MISSINGNAME]
|
|
You must provide arguments to change their nickname to.
|
|
|
|
[C_NICKNAME_NOCHARACTERS]
|
|
they had no hoisted characters in their nickname
|
|
|
|
[C_NICKNAME_INSUFFICIENTPERMISSIONS]
|
|
I don't have permission to manage nicknames
|
|
|
|
[C_NICKNAME_MISSINGPERMSSIONS]
|
|
they have a higher role than I do
|
|
|
|
//Addrole Command
|
|
[C_ADDROLE_DESCRIPTION]
|
|
Add roles to provided members. The added roles cannot be a higher position than the executor's highest role.
|
|
|
|
[C_ADDROLE_MISSINGMEMBERS]
|
|
You must provide members to add roles to.
|
|
|
|
[C_ADDROLE_MISSINGROLES]
|
|
You must provide roles to add to members.
|
|
|
|
[C_ADDROLE_INSUFFICIENTPERMISSIONS]
|
|
I don't have permission to manage roles
|
|
|
|
[C_ADDROLE_ROLEHIERARCHY]
|
|
the provided role(s) have a higher position than yours
|
|
|
|
[C_ADDROLE_ROLEHIERARCHYBOT]
|
|
the provided role(s) are higher than the bot, I cannot add them
|
|
|
|
//Removerole Command
|
|
[C_REMOVEROLE_DESCRIPTION]
|
|
Remove roles to provided members. The removes roles cannot be a higher position than the executor's highest role.
|
|
|
|
[C_REMOVEROLE_MISSINGMEMBERS]
|
|
You must provide members to remove roles from.
|
|
|
|
[C_REMOVEROLE_MISSINGROLES]
|
|
You must provide roles to remove from members.
|
|
|
|
[C_REMOVEROLE_INSUFFICIENTPERMISSIONS]
|
|
I don't have permission to manage roles
|
|
|
|
[C_REMOVEROLE_ROLEHIERARCHY]
|
|
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]
|
|
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]\`**
|
|
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) |