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

Add unban, forceban, and addcase commands

This commit is contained in:
Dragory 2018-07-14 20:55:39 +03:00
parent b7f06c18d4
commit 6bf865af77
2 changed files with 100 additions and 3 deletions

View file

@ -5,6 +5,8 @@ export enum LogType {
MEMBER_MUTE_EXPIRED,
MEMBER_KICK,
MEMBER_BAN,
MEMBER_UNBAN,
MEMBER_FORCEBAN,
MEMBER_JOIN,
MEMBER_LEAVE,
MEMBER_ROLE_ADD,
@ -31,5 +33,7 @@ export enum LogType {
COMMAND,
SPAM_DELETE,
CENSOR
CENSOR,
CASE_CREATE
}