galactic-bot/structure/language/languages/en_us/observers/en_us_logs.lang
2020-08-17 23:25:05 +03:00

71 lines
1.5 KiB
Plaintext

//MESSAGE LOGGING
[MSGLOG_DELETE_TITLE]
{emoji_trash} {author}'s message was deleted in #{channel}
[MSGLOG_DELETE_FOOTER]
Message ID: {msgID} | User ID: {userID}
[MSGLOG_EDIT_TITLE]
{emoji_note} {author} edited their message in #{channel}
[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]
**[Jump to message](https://discordapp.com/channels/{guild}/{channel}/{message})**
[MSGLOG_PINNED_TITLE]
{emoji_pin} {author}'s message was {pinned} in #{channel}
[PIN_TOGGLE]
switch({toggle}) {
case true:
'pinned';
break;
default:
'unpinned';
break;
}
//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.
//VOICE LOGGING
[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}**
//NICKNAME LOGGING
[NICKLOG_TITLE]
{user} updated their nickname
[NICKLOG_DESCRIPTION]
**Old nickname:** `{oldNick}`
**New nickname:** `{newNick}`
[NICKLOG_FOOTER]
User ID: {id}