mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
- Fixed .antialt disable confirmation embed color
- Fixed weighted warning punishment
This commit is contained in:
@@ -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; }
|
||||
}
|
Reference in New Issue
Block a user