Lita handler for interacting with the Destiny API
Add lita-destiny to your Lita instance's Gemfile:
gem "lita-destiny"
Add the config to your lita config file with your Bungie API key:
config.handlers.destiny_handler.api_key = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
I suggest adding config.robot.alias = "!"
to your config file!