Added .notify and migrations, added levelup and protection events for notify, removed xpnotify completely
This commit is contained in:
parent
6bc55cd97f
commit
f8eb585093
25 changed files with 541 additions and 456 deletions
src/EllieBot/Db
|
@ -81,7 +81,7 @@ public abstract class EllieContext : DbContext
|
|||
e.HasAlternateKey(x => new
|
||||
{
|
||||
x.GuildId,
|
||||
x.Event
|
||||
Event = x.Type
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue