- Fixed .antialt disable confirmation embed color

- Fixed weighted warning punishment
This commit is contained in:
Kwoth
2022-02-09 22:58:28 +01:00
parent 09800cb8a3
commit f250cac8d5
3 changed files with 13 additions and 9 deletions

View File

@@ -9,5 +9,5 @@ public class Warning : DbEntity
public bool Forgiven { get; set; }
public string ForgivenBy { get; set; }
public string Moderator { get; set; }
public int Weight { get; set; }
public long Weight { get; set; }
}