Added warn punishment action for protection commands

This commit is contained in:
Kwoth
2022-07-03 14:55:31 +02:00
parent 5d78f29329
commit 3fd5f0c97a
4 changed files with 8 additions and 2 deletions

View File

@@ -48,7 +48,8 @@ public enum PunishmentAction
RemoveRoles,
ChatMute,
VoiceMute,
AddRole
AddRole,
Warn
}
public class AntiSpamIgnore : DbEntity