don't let the bot starts if any of the readys fails

This commit is contained in:
Toastie 2025-02-04 00:53:00 +13:00
parent 3f26f9f8f5
commit 6ef732a1f0
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7
6 changed files with 9 additions and 7 deletions
src/EllieBot/Db/Models/xp

View file

@ -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; }