mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user