public StopCommand(IDiscordChannelConfigService discordChannelConfigService) { _channelConfigService = discordChannelConfigService; }
public RemoveWhiteListCommand(IDiscordChannelConfigService discordChannelConfigService) { _channelConfigService = discordChannelConfigService; }
public LanguageCommand(IDiscordChannelConfigService discordChannelConfigService) { _channelConfigService = discordChannelConfigService; }
public SetAlgorithmCommand(IDiscordChannelConfigService discordChannelConfigService) { _channelConfigService = discordChannelConfigService; }
public TolerantCommand(IDiscordChannelConfigService discordChannelConfigService) { _channelConfigService = discordChannelConfigService; }
public SettingsCommand(IDiscordChannelConfigService discordChannelConfigService) { _channelConfigService = discordChannelConfigService; }
public StartCommand(IDiscordChannelConfigService channelConfigService) { _channelConfigService = channelConfigService; }
public ShowDetailsCommand(IDiscordChannelConfigService discordChannelConfigService) { _channelConfigService = discordChannelConfigService; }