Cache for all Commands your client will use
Adds a Command to the cache. Pass the Command child class itself and an instance will be created and cached
Returns a Set of all cached Commands.
Returns a Command from the cache using the given identifier. Can be the Command name or an alias
Returns whether or not the cache has the given identifier. Can be command name or alias
Generated using TypeDoc
Cache for all Commands your client will use