mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 20:35:02 +00:00
Add 'joined with prior records' log entry
This commit is contained in:
parent
bbb1acb998
commit
bf25342122
3 changed files with 20 additions and 4 deletions
|
@ -43,5 +43,7 @@
|
|||
|
||||
"CASE_CREATE": "✏ **{mod.username}#{mod.discriminator}** (`{mod.id}`) manually created new **{caseType}** case (#{caseNum})",
|
||||
|
||||
"MASSBAN": "⚒ **{mod.username}#{mod.discriminator}** massbanned {count} users"
|
||||
"MASSBAN": "⚒ **{mod.username}#{mod.discriminator}** massbanned {count} users",
|
||||
|
||||
"MEMBER_JOIN_WITH_PRIOR_RECORDS": "⚠ **{member.user.username}#{member.user.discriminator}** joined with prior records ({caseCount} case(s))"
|
||||
}
|
||||
|
|
|
@ -42,5 +42,7 @@ export enum LogType {
|
|||
MASSBAN,
|
||||
|
||||
MEMBER_TIMED_MUTE,
|
||||
MEMBER_TIMED_UNMUTE
|
||||
MEMBER_TIMED_UNMUTE,
|
||||
|
||||
MEMBER_JOIN_WITH_PRIOR_RECORDS
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue