Commands as a Map instead of Array. #97
Labels
changes: api
modifies behavior of the public API
quality
removes something unnecessary or updates code style
version: major
semver-major, involves breaking change
Milestone
Putting it here, so it could be useful to remember.
Making the
client.commands
as a map, this can be really good when getting a command by name for example, so instead of doing:you can just do:
The text was updated successfully, but these errors were encountered: