2020-08-17 22:26:57 +02:00
|
|
|
// Inhibitors
|
|
|
|
|
|
|
|
|
|
|
|
//Client Permissions
|
|
|
|
[I_CLIENTPERMISSIONS_ERROR]
|
|
|
|
The command **{command}** requires the bot to have permissions to use.
|
|
|
|
*Missing: {missing}.*
|
|
|
|
|
|
|
|
//Disabled
|
|
|
|
[I_DISABLED_ERROR]
|
|
|
|
The command **{command}** is disabled {modifier}.
|
|
|
|
|
|
|
|
[I_DISABLED_ERRORMODIFIER]
|
|
|
|
switch("{globally}") {
|
|
|
|
case true:
|
|
|
|
'globally';
|
|
|
|
break;
|
|
|
|
case false:
|
|
|
|
'in this server';
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
//Guild Only
|
|
|
|
[I_GUILDONLY_ERROR]
|
|
|
|
The command **{command}** can only be run in servers.
|
|
|
|
|
|
|
|
//Member Permissions
|
|
|
|
[I_PERMISSIONS_ERROR]
|
|
|
|
The command **{command}** requires you to have permissions to use.
|
|
|
|
*Missing: {missing}.*
|
|
|
|
|
|
|
|
//Restricted
|
|
|
|
[I_RESTRICTED_ERROR]
|
|
|
|
The command **{command}** can only be run by developers.
|
|
|
|
|
|
|
|
//Throttle
|
|
|
|
[I_THROTTLE_ERROR]
|
|
|
|
The command **{command}** is currently throttled.
|
|
|
|
*You can use this command again in `{remaining}` seconds.*
|
|
|
|
|
|
|
|
//Channel Ignore
|
|
|
|
[I_CHANNELIGNORE_ERROR]
|
|
|
|
This channel is ignored by the bot, this should not be sending.
|
|
|
|
|
|
|
|
|
|
|
|
// Message Logging
|
|
|
|
|
|
|
|
|
2020-06-18 23:00:32 +02:00
|
|
|
[MSGLOG_DELETE_TITLE]
|
2020-06-19 20:27:59 +02:00
|
|
|
{emoji_trash} {author}'s message was deleted in #{channel}
|
2020-06-18 23:00:32 +02:00
|
|
|
|
|
|
|
[MSGLOG_DELETE_FOOTER]
|
|
|
|
Message ID: {msgID} | User ID: {userID}
|
|
|
|
|
|
|
|
[MSGLOG_EDIT_TITLE]
|
2020-06-19 20:27:59 +02:00
|
|
|
{emoji_note} {author} edited their message in #{channel}
|
2020-06-18 23:00:32 +02:00
|
|
|
|
|
|
|
[MSGLOG_EDIT_FOOTER]
|
|
|
|
Message ID: {msgID} | User ID: {userID}
|
|
|
|
|
|
|
|
[MSGLOG_EDIT_OLD]
|
|
|
|
Old message
|
|
|
|
|
|
|
|
[MSGLOG_EDIT_NEW]
|
|
|
|
New message
|
|
|
|
|
|
|
|
[MSGLOG_EDIT_OLD_CUTOFF]
|
|
|
|
The original message was cut off at 1024 characters.
|
|
|
|
|
|
|
|
[MSGLOG_EDIT_NEW_CUTOFF]
|
|
|
|
The new message is cut off at 1024 characters.
|
|
|
|
|
|
|
|
[MSGLOG_EDIT_JUMP]
|
2020-06-19 20:27:59 +02:00
|
|
|
**[Jump to message](https://discordapp.com/channels/{guild}/{channel}/{message})**
|
2020-06-18 23:00:32 +02:00
|
|
|
|
|
|
|
[MSGLOG_PINNED_TITLE]
|
2020-06-19 20:27:59 +02:00
|
|
|
{emoji_pin} {author}'s message was {pinned} in #{channel}
|
2020-06-18 23:00:32 +02:00
|
|
|
|
|
|
|
[PIN_TOGGLE]
|
|
|
|
switch({toggle}) {
|
|
|
|
case true:
|
|
|
|
'pinned';
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
'unpinned';
|
|
|
|
break;
|
2020-06-19 20:27:59 +02:00
|
|
|
}
|
|
|
|
|
2020-08-17 22:49:54 +02:00
|
|
|
//Voice Logs
|
2020-06-19 20:27:59 +02:00
|
|
|
[VCLOG_JOIN]
|
|
|
|
{nickname} **{tag}** ({id}) joined channel {emoji_voice-channel} **{newChannel}**.
|
|
|
|
|
|
|
|
[VCLOG_SWITCH]
|
|
|
|
{nickname} **{tag}** ({id}) switched from {emoji_voice-channel} **{oldChannel}** to {emoji_voice-channel} **{newChannel}**.
|
|
|
|
|
|
|
|
[VCLOG_LEAVE]
|
|
|
|
{nickname} **{tag}** ({id}) left channel {emoji_voice-channel} **{oldChannel}**
|
|
|
|
|
2020-08-17 22:49:54 +02:00
|
|
|
//Nickname Logs
|
2020-06-19 20:27:59 +02:00
|
|
|
[NICKLOG_TITLE]
|
|
|
|
{user} updated their nickname
|
|
|
|
|
|
|
|
[NICKLOG_DESCRIPTION]
|
|
|
|
**Old nickname:** `{oldNick}`
|
|
|
|
**New nickname:** `{newNick}`
|
|
|
|
|
|
|
|
[NICKLOG_FOOTER]
|
2020-08-17 22:49:54 +02:00
|
|
|
User ID: {id}
|
|
|
|
|
|
|
|
//Bulk Delete Logs
|
|
|
|
[BULK_DELETE_TITLE]
|
|
|
|
Bulk message delete log [{embedNr}] in **#{channel}**
|
|
|
|
|
|
|
|
[BULK_DELETE_FOOTER]
|
|
|
|
Showing messages {rangeStart}-{rangeEnd} of {total} messages
|
|
|
|
|
|
|
|
[BULK_DELETE_NO_CONTENT]
|
|
|
|
No content.
|