Exemple #1
0
 public AnimalRacingCommands(ICurrencyService cs, DiscordSocketClient client,
                             GamblingConfigService gamblingConf, GamesConfigService gamesConf) : base(gamblingConf)
 {
     _cs        = cs;
     _client    = client;
     _gamesConf = gamesConf;
 }
Exemple #2
0
 public TriviaCommands(DiscordSocketClient client, IDataCache cache, ICurrencyService cs,
                       GamesConfigService gamesConfig)
 {
     _cache       = cache;
     _cs          = cs;
     _gamesConfig = gamesConfig;
     _client      = client;
 }