3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 20:35:02 +00:00

Add working massunban command (#143)

This commit is contained in:
Nils 2021-01-28 00:23:35 +01:00 committed by GitHub
parent 32970a63b3
commit f46b2e43a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 132 additions and 0 deletions

View file

@ -51,6 +51,7 @@
"CASE_CREATE": "✏ {userMention(mod)} manually created new **{caseType}** case (#{caseNum})",
"CASE_DELETE": "✂️ **Case #{case.case_number}** was deleted by {userMention(mod)}",
"MASSUNBAN": "⚒ {userMention(mod)} mass-unbanned {count} users",
"MASSBAN": "⚒ {userMention(mod)} massbanned {count} users",
"MASSMUTE": "📢🚫 {userMention(mod)} massmuted {count} users",

View file

@ -39,6 +39,7 @@ export enum LogType {
CASE_CREATE,
MASSUNBAN,
MASSBAN,
MASSMUTE,