plugins.Logs: log multiple role changes in one properly

This commit is contained in:
Dragory 2019-02-23 21:20:35 +02:00
parent 76b9cb6b0c
commit 56a1f51f56
3 changed files with 36 additions and 7 deletions

View file

@ -46,4 +46,6 @@ export enum LogType {
MEMBER_JOIN_WITH_PRIOR_RECORDS,
OTHER_SPAM_DETECTED,
MEMBER_ROLE_CHANGES,
}