public CurrencyService(IBotConfigProvider config, DbService db, DiscordSocketClient c) { _config = config; _db = db; _botId = c.CurrentUser.Id; }
public BotConfigMigrator(DbService dbService, BotConfigService bss) { _db = dbService; _bss = bss; }
public GamblingConfigMigrator(DbService dbService, GamblingConfigService gss) { _db = dbService; _gss = gss; }
public CurrencyService(IBotConfigProvider config, DbService db) { _config = config; _db = db; }