.savechat no longer owneronly

started implementation of bigwin announcement, but there are problems
This commit is contained in:
Toastie 2025-03-14 21:03:23 +13:00
parent 082cf79736
commit 988d8c0250
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7
8 changed files with 66 additions and 15 deletions
src/EllieBot/Db

View file

@ -272,9 +272,6 @@ public abstract class EllieContext : DbContext
du.Property(x => x.IsClubAdmin)
.HasDefaultValue(false);
du.Property(x => x.NotifyOnLevelUp)
.HasDefaultValue(XpNotificationLocation.None);
du.Property(x => x.TotalXp)
.HasDefaultValue(0);