Splyth / slack_bot

Slack Bot Created for the Animutiny Slack Group (Name is Lisa)
MIT License
9 stars 5 forks source link

Remove BOT_ID and replace with slack api lookup request #28

Closed Splyth closed 5 years ago

Splyth commented 5 years ago

Currently BOT_ID is a config option. As pointed out by @Zylox we can remove this config if we leverage https://api.slack.com/methods/auth.test and get or ID from there if needed.

Removing this config will make it easier when moving to cloud formation

Splyth commented 5 years ago

@Zylox I moved the BOT_ID into a dynamodb table. Is that sufficient? It might need some more work later but it is no longer an environment variable