Exemplo n.º 1
0
 public StopCommand(IDiscordChannelConfigService discordChannelConfigService)
 {
     _channelConfigService = discordChannelConfigService;
 }
Exemplo n.º 2
0
 public RemoveWhiteListCommand(IDiscordChannelConfigService discordChannelConfigService)
 {
     _channelConfigService = discordChannelConfigService;
 }
Exemplo n.º 3
0
 public LanguageCommand(IDiscordChannelConfigService discordChannelConfigService)
 {
     _channelConfigService = discordChannelConfigService;
 }
 public SetAlgorithmCommand(IDiscordChannelConfigService discordChannelConfigService)
 {
     _channelConfigService = discordChannelConfigService;
 }
Exemplo n.º 5
0
 public TolerantCommand(IDiscordChannelConfigService discordChannelConfigService)
 {
     _channelConfigService = discordChannelConfigService;
 }
Exemplo n.º 6
0
 public SettingsCommand(IDiscordChannelConfigService discordChannelConfigService)
 {
     _channelConfigService = discordChannelConfigService;
 }
Exemplo n.º 7
0
 public StartCommand(IDiscordChannelConfigService channelConfigService)
 {
     _channelConfigService = channelConfigService;
 }
Exemplo n.º 8
0
 public ShowDetailsCommand(IDiscordChannelConfigService discordChannelConfigService)
 {
     _channelConfigService = discordChannelConfigService;
 }