galactic-bot/language/languages/en_us/observers/en_us_logs.lang

39 lines
788 B
Plaintext
Raw Normal View History

2020-06-18 23:00:32 +02:00
[MSGLOG_DELETE_TITLE]
🗑️ {author}'s message was deleted in #{channel}
[MSGLOG_DELETE_FOOTER]
Message ID: {msgID} | User ID: {userID}
[MSGLOG_EDIT_TITLE]
📝 {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]
📌 {author}'s message was {pinned} in #{channel}
[PIN_TOGGLE]
switch({toggle}) {
case true:
'pinned';
break;
default:
'unpinned';
break;
}