3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 18:25:03 +00:00

Add member_leave automod trigger

At least i think so - cant test it until knub changes are done
This commit is contained in:
Dark 2021-06-17 02:30:12 +02:00
parent 49ec266652
commit 0560ddf4b8
6 changed files with 49 additions and 2 deletions

View file

@ -15,4 +15,5 @@ export enum RecentActionType {
VoiceChannelMove,
MemberJoin,
Sticker,
MemberLeave,
}