This website requires JavaScript.
Explore
Help
Sign in
StyAndCo
/
zeppelin
Watch
3
Star
0
Fork
You've already forked zeppelin
0
mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced
2025-03-16 22:21:51 +00:00
Code
Releases
Activity
b0c10b1fda
Branches
Tags
No results found.
zeppelin
/
src
/
data
/
CaseType.ts
10 lines
86 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Rename ModActions to Cases
2018-07-12 02:53:26 +03:00
export
enum
CaseType
{
Add warn and mute commands. General code clean-up.
2018-07-08 13:57:27 +03:00
Ban
=
1
,
Unban
,
Note
,
Warn
,
Kick
,
Add unmute command
2018-07-13 00:10:20 +03:00
Mute
,
Unmute
Add warn and mute commands. General code clean-up.
2018-07-08 13:57:27 +03:00
}
Copy permalink