Example #1
0
 public AddInfoCommand(
     ICustomChatCommandsClient customChatCommandsClient,
     ILogger <AddInfoCommand> logger
     )
 {
     _customChatCommandsClient = customChatCommandsClient;
     _logger = logger;
 }
Example #2
0
 public CommandHelper(
     ICustomChatCommandsClient customChatCommandsClient
     )
 {
     _customChatCommandsClient = customChatCommandsClient;
 }