mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Added Chips.gg integration. It basically works but needs more testing and also smashes the DB with how fast their feed updates.
This commit is contained in:
@@ -16,4 +16,5 @@ public class ApplicationDbContext : DbContext
|
||||
public DbSet<HowlggBetsDbModel> HowlggBets { get; set; }
|
||||
public DbSet<RainbetBetsDbModel> RainbetBets { get; set; }
|
||||
public DbSet<TwitchViewCountDbModel> TwitchViewCounts { get; set; }
|
||||
public DbSet<ChipsggBetDbModel> ChipsggBets { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user