示例#1
0
 public StopCommand(IDiscordChannelConfigService discordChannelConfigService)
 {
     _channelConfigService = discordChannelConfigService;
 }
示例#2
0
 public RemoveWhiteListCommand(IDiscordChannelConfigService discordChannelConfigService)
 {
     _channelConfigService = discordChannelConfigService;
 }
示例#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;
 }
示例#7
0
 public StartCommand(IDiscordChannelConfigService channelConfigService)
 {
     _channelConfigService = channelConfigService;
 }
示例#8
0
 public ShowDetailsCommand(IDiscordChannelConfigService discordChannelConfigService)
 {
     _channelConfigService = discordChannelConfigService;
 }