Refactor, add CommandHandler factory
Factory will be an interface with:
- cool down
- permissions level (everyone, mod, sub, etc)
Implementations of factory will:
- customize cool down periods or use default if none provided
- customize permissions level or use default if none provided
- extend interface with sub-commands and arg parsing
Refactor, add CommandHandler factory
Factory will be an interface with:
Implementations of factory will: