mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Added a MILF counter to the bot
This commit is contained in:
@@ -19,4 +19,7 @@ public class ApplicationDbContext : DbContext
|
||||
public DbSet<ChipsggBetDbModel> ChipsggBets { get; set; }
|
||||
public DbSet<ImageDbModel> Images { get; set; }
|
||||
public DbSet<UserWhoWasDbModel> UsersWhoWere { get; set; }
|
||||
// public DbSet<PocketWatchAddressDbModel> PocketWatchAddresses { get; set; }
|
||||
// public DbSet<PocketWatchTransactionDbModel> PocketWatchTransactions { get; set; }
|
||||
public DbSet<MomDbModel> Moms { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user