ASU-CodeDevils / flameboi-slack-api

A Slackbot API for the old CodeDevils Slack server.
https://asu-codedevils.github.io/flameboi-slack-api/
MIT License
4 stars 0 forks source link

Come up with way to pull Bot id and bot user id from API instead of storing in dotenv #23

Closed stucamp closed 4 years ago

stucamp commented 4 years ago

Not a huge priority, but would be nice to implement drawing the bot I'd and bot user id from the API instead of hardcoding it in the dotenv file. Ultimately would like to narrow the dotenv to only require the signing key and bot token for easy deployment to dev/testing environments

stucamp commented 4 years ago

dotenv is probably gonna be the easiest/most streamlined way to do this... as in order to populate bot_user_id, we have to hardcode bot_id in the .env file so may as well just add bot_user_id there too...