don't let the bot starts if any of the readys fails
This commit is contained in:
parent
3f26f9f8f5
commit
6ef732a1f0
6 changed files with 9 additions and 7 deletions
src/EllieBot/Db/Models/xp
|
@ -2,7 +2,7 @@
|
|||
|
||||
public class ExcludedItem : DbEntity
|
||||
{
|
||||
public int XpSettingsId { get; set; }
|
||||
public int? XpSettingsId { get; set; }
|
||||
public ulong ItemId { get; set; }
|
||||
public ExcludedItemType ItemType { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue