mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-20 00:05:04 +00:00
Add logs for !note
This commit is contained in:
parent
8488cc2591
commit
e6fe71db64
3 changed files with 9 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"MEMBER_NOTE": "🖊 Note added on {userMention(user)} by {userMention(mod)}",
|
||||
"MEMBER_WARN": "⚠️ {userMention(member)} was warned by {userMention(mod)}",
|
||||
"MEMBER_MUTE": "🔇 {userMention(user)} was muted indefinitely by {userMention(mod)}",
|
||||
"MEMBER_TIMED_MUTE": "🔇 {userMention(user)} was muted for **{time}** by {userMention(mod)}",
|
||||
|
|
|
@ -72,4 +72,6 @@ export enum LogType {
|
|||
|
||||
MASS_ASSIGN_ROLES,
|
||||
MASS_UNASSIGN_ROLES,
|
||||
|
||||
MEMBER_NOTE,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue