Added .notify and migrations, added levelup and protection events for notify, removed xpnotify completely

This commit is contained in:
Toastie 2024-12-08 18:51:31 +13:00
parent 6bc55cd97f
commit f8eb585093
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
25 changed files with 541 additions and 456 deletions
src/EllieBot/Db

View file

@ -81,7 +81,7 @@ public abstract class EllieContext : DbContext
e.HasAlternateKey(x => new
{
x.GuildId,
x.Event
Event = x.Type
});
});