This commit is contained in:
nolan 2020-08-17 13:49:54 -07:00
parent cbe365c201
commit 9e9fc6131e

View File

@ -86,7 +86,7 @@ switch({toggle}) {
break;
}
//VOICE LOGGING
//Voice Logs
[VCLOG_JOIN]
{nickname} **{tag}** ({id}) joined channel {emoji_voice-channel} **{newChannel}**.
@ -96,7 +96,7 @@ switch({toggle}) {
[VCLOG_LEAVE]
{nickname} **{tag}** ({id}) left channel {emoji_voice-channel} **{oldChannel}**
//NICKNAME LOGGING
//Nickname Logs
[NICKLOG_TITLE]
{user} updated their nickname
@ -105,4 +105,14 @@ switch({toggle}) {
**New nickname:** `{newNick}`
[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.