mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 20:35:02 +00:00
Update Massmute to newest version... again
This commit is contained in:
parent
19b97bc32b
commit
8600cc4195
5 changed files with 112 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
|||
"CASE_CREATE": "✏ {userMention(mod)} manually created new **{caseType}** case (#{caseNum})",
|
||||
|
||||
"MASSBAN": "⚒ {userMention(mod)} massbanned {count} users",
|
||||
"MASSMUTE": "📢🚫 {userMention(mod)} massmuted {count} users",
|
||||
|
||||
"MEMBER_JOIN_WITH_PRIOR_RECORDS": "⚠ {userMention(member)} joined with prior records. Recent cases:\n{recentCaseSummary}",
|
||||
|
||||
|
|
|
@ -40,6 +40,7 @@ export enum LogType {
|
|||
CASE_CREATE,
|
||||
|
||||
MASSBAN,
|
||||
MASSMUTE,
|
||||
|
||||
MEMBER_TIMED_MUTE,
|
||||
MEMBER_TIMED_UNMUTE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue