Ejemplo n.º 1
0
 public PlatformService(IGroupManager groupManager, ITwitchManager twitchManager, GuildInteractionService guildInteractionService, MessagingService messagingService)
 {
     _groupManager            = groupManager;
     _twitchManager           = twitchManager;
     _guildInteractionService = guildInteractionService;
     _messagingService        = messagingService;
 }
Ejemplo n.º 2
0
 public MixerConstellationService(IMixerManager mixerManager, IStatisticsManager statisticsManager, MessagingService messagingService,
                                  DiscordService discordService, IOptions <BotSettings> botSettings, FileService fileService)
 {
     _mixerManager      = mixerManager;
     _statisticsManager = statisticsManager;
     _messagingService  = messagingService;
     _discordService    = discordService;
     _botSettings       = botSettings.Value;
     _fileService       = fileService;
 }