3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-08 11:37:20 +00:00

Add warn and mute commands. General code clean-up.

This commit is contained in:
Dragory 2018-07-08 13:57:27 +03:00
parent 28bb8165bc
commit 15b7da82e8
5 changed files with 264 additions and 67 deletions

View file

@ -0,0 +1,8 @@
export enum ModActionType {
Ban = 1,
Unban,
Note,
Warn,
Kick,
Mute
}