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

Add 'joined with prior records' log entry

This commit is contained in:
Dragory 2019-01-13 18:10:48 +02:00
parent 9e9d0ed7a0
commit 09bc1526bb
3 changed files with 20 additions and 4 deletions

View file

@ -42,5 +42,7 @@ export enum LogType {
MASSBAN,
MEMBER_TIMED_MUTE,
MEMBER_TIMED_UNMUTE
MEMBER_TIMED_UNMUTE,
MEMBER_JOIN_WITH_PRIOR_RECORDS
}