3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 20:35:02 +00:00

Add mass role add/remove commands. Fix UnknownUser mentions in logs. Fix unnecessary audit log reads when adding/removing roles and the log type is ignored.

This commit is contained in:
Dragory 2020-03-28 15:21:13 +02:00
parent 9aeae4f89e
commit 820c9b466e
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
5 changed files with 220 additions and 59 deletions

View file

@ -69,4 +69,7 @@ export enum LogType {
SET_ANTIRAID_AUTO,
AUTOMOD_SPAM_NEW,
MASS_ASSIGN_ROLES,
MASS_UNASSIGN_ROLES,
}