Skellington-Closet / skellington

:sparkles::skull::sparkles: The skeleton for your bots
MIT License
64 stars 6 forks source link

Allow options to be passed to controller.spawn #38

Closed colestrode closed 7 years ago

colestrode commented 7 years ago

Maybe something like botkitSpawn in the config?

colestrode commented 7 years ago

Looking into this, the only option other than slackToken is incoming_webhook. I'm not sure the complication of another config option is worth the work. The same thing can be accomplished by calling bot.configureIncomingWebhook.

I'm going to close this issue.