Committed some of the DB work that's happening and disabled shop as it's going to take a while to refactor

This commit is contained in:
barelyprofessional
2026-03-18 19:51:34 -05:00
parent 377603ca35
commit a6810591de
3 changed files with 118 additions and 3 deletions

View File

@@ -121,7 +121,8 @@ public class BotServices
private async Task BuildKasinoShop()
{
_logger.Debug("Building the kasino shop");
KasinoShop = new KasinoShop(_chatBot);
//KasinoShop = new KasinoShop(_chatBot);
KasinoShop = null;
}
private async Task BuildShuffle()