39 lines
788 B
Plaintext
39 lines
788 B
Plaintext
|
[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;
|
||
|
}
|