Closed netromdk closed 6 years ago
Implemented slacker.commands.helpers.find_all_commands that is used in slacker.py to find all commands. Currently, it just prints their names but later, when we have our command registrar class, it should register with that instead.
slacker.commands.helpers.find_all_commands
Fixes #12.
Implemented
slacker.commands.helpers.find_all_commands
that is used in slacker.py to find all commands. Currently, it just prints their names but later, when we have our command registrar class, it should register with that instead.Fixes #12.