merge
This commit is contained in:
parent
cbe365c201
commit
9e9fc6131e
@ -86,7 +86,7 @@ switch({toggle}) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
//VOICE LOGGING
|
//Voice Logs
|
||||||
[VCLOG_JOIN]
|
[VCLOG_JOIN]
|
||||||
{nickname} **{tag}** ({id}) joined channel {emoji_voice-channel} **{newChannel}**.
|
{nickname} **{tag}** ({id}) joined channel {emoji_voice-channel} **{newChannel}**.
|
||||||
|
|
||||||
@ -96,7 +96,7 @@ switch({toggle}) {
|
|||||||
[VCLOG_LEAVE]
|
[VCLOG_LEAVE]
|
||||||
{nickname} **{tag}** ({id}) left channel {emoji_voice-channel} **{oldChannel}**
|
{nickname} **{tag}** ({id}) left channel {emoji_voice-channel} **{oldChannel}**
|
||||||
|
|
||||||
//NICKNAME LOGGING
|
//Nickname Logs
|
||||||
[NICKLOG_TITLE]
|
[NICKLOG_TITLE]
|
||||||
{user} updated their nickname
|
{user} updated their nickname
|
||||||
|
|
||||||
@ -105,4 +105,14 @@ switch({toggle}) {
|
|||||||
**New nickname:** `{newNick}`
|
**New nickname:** `{newNick}`
|
||||||
|
|
||||||
[NICKLOG_FOOTER]
|
[NICKLOG_FOOTER]
|
||||||
User ID: {id}
|
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.
|
Loading…
Reference in New Issue
Block a user