Added a MILF counter to the bot

This commit is contained in:
barelyprofessional
2025-05-18 13:43:51 -05:00
parent 5f71fbcb79
commit cadabb6895
7 changed files with 503 additions and 2 deletions

View File

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