mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 20:35:02 +00:00
Add massban command
This commit is contained in:
parent
741118d877
commit
1f4b89700c
5 changed files with 106 additions and 10 deletions
|
@ -40,5 +40,7 @@
|
|||
"CENSOR": "🛑 **{member.user.username}#{member.user.discriminator}** (`{member.id}`) censored message in **#{channel.name}** (`{channel.id}`) {reason}:\n```{messageText}```",
|
||||
"CLEAN": "🚿 **{mod.username}#{mod.discriminator}** (`{mod.id}`) cleaned **{count}** message(s) in **#{channel.name}**",
|
||||
|
||||
"CASE_CREATE": "✏ **{member.user.username}#{member.user.discriminator}** (`{member.id}`) manually created new **{caseType}** case (#{caseNum})"
|
||||
"CASE_CREATE": "✏ **{member.user.username}#{member.user.discriminator}** (`{member.id}`) manually created new **{caseType}** case (#{caseNum})",
|
||||
|
||||
"MASSBAN": "⚒ **{mod.username}#{mod.discriminator}** massbanned {count} users"
|
||||
}
|
||||
|
|
|
@ -38,5 +38,7 @@ export enum LogType {
|
|||
CENSOR,
|
||||
CLEAN,
|
||||
|
||||
CASE_CREATE
|
||||
CASE_CREATE,
|
||||
|
||||
MASSBAN
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue