Пример #1
0
        public string Execute(string commandName)
        {
            BaseCommand command = _botManager.FindCommandByName(commandName);

            return(command == null ? $"Could not find a command called {commandName}." : command.Help());
        }