update help command to use per game commands

This commit is contained in:
RaidMax
2021-11-20 20:32:15 -06:00
parent 7f2fa390c7
commit 307ff3ddeb
5 changed files with 98 additions and 74 deletions

View File

@ -20,6 +20,7 @@ namespace SharedLibraryCore.Interfaces
ILogger GetLogger(long serverId);
IList<Server> GetServers();
IList<IManagerCommand> GetCommands();
IReadOnlyList<IManagerCommand> Commands { get; }
IList<Helpers.MessageToken> GetMessageTokens();
IList<EFClient> GetActiveClients();
EFClient FindActiveClient(EFClient client);