public StopCommand(IDiscordChannelConfigService discordChannelConfigService)
 {
     _channelConfigService = discordChannelConfigService;
 }
Exemple #2
0
 public RemoveWhiteListCommand(IDiscordChannelConfigService discordChannelConfigService)
 {
     _channelConfigService = discordChannelConfigService;
 }
Exemple #3
0
 public LanguageCommand(IDiscordChannelConfigService discordChannelConfigService)
 {
     _channelConfigService = discordChannelConfigService;
 }
 public SetAlgorithmCommand(IDiscordChannelConfigService discordChannelConfigService)
 {
     _channelConfigService = discordChannelConfigService;
 }
 public TolerantCommand(IDiscordChannelConfigService discordChannelConfigService)
 {
     _channelConfigService = discordChannelConfigService;
 }
 public SettingsCommand(IDiscordChannelConfigService discordChannelConfigService)
 {
     _channelConfigService = discordChannelConfigService;
 }
Exemple #7
0
 public StartCommand(IDiscordChannelConfigService channelConfigService)
 {
     _channelConfigService = channelConfigService;
 }
Exemple #8
0
 public ShowDetailsCommand(IDiscordChannelConfigService discordChannelConfigService)
 {
     _channelConfigService = discordChannelConfigService;
 }