netromdk / slacker

Slacker - Easy access to the Slack API and admin of workspaces/teams.
MIT License
14 stars 0 forks source link

Detect commands #14

Closed netromdk closed 6 years ago

netromdk commented 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.

Fixes #12.