示例#1
0
 public PlayRouletteCommand(DiscordSocketClient client,
                            IRouletteStore rouletteStore,
                            IBackgroundJobClient backgroundJobClient,
                            IBotDeveloperProvider botDeveloperProvider,
                            BotConfig config)
 {
     _client               = client;
     _rouletteStore        = rouletteStore;
     _backgroundJobClient  = backgroundJobClient;
     _botDeveloperProvider = botDeveloperProvider;
     _config               = config;
 }
 public RouletteStatsCommand(DiscordSocketClient client, IRouletteStore rouletteStore)
 {
     _client        = client;
     _rouletteStore = rouletteStore;
 }