Added Timeout as a punishment to warnpunish and anti* commands

This commit is contained in:
Kwoth
2022-08-11 16:19:02 +02:00
parent b853495d65
commit dc229ea2b3
4 changed files with 29 additions and 3 deletions
+2 -1
View File
@@ -49,7 +49,8 @@ public enum PunishmentAction
ChatMute,
VoiceMute,
AddRole,
Warn
Warn,
TimeOut
}
public class AntiSpamIgnore : DbEntity