busy-beaver-dev / busy-beaver

The Chicago Python Community Engagement Slack bot
https://busybeaverbot.com
MIT License
70 stars 23 forks source link

Handle app_uninstall Slack Event #324

Closed alysivji closed 4 years ago

alysivji commented 4 years ago

In order to be good citizens of the Slack Application Directory, we should delete information from the database when we get an app_uninstalled

It would also be good to deal with tokens_revoked

alysivji commented 4 years ago

We are not grabbing user tokens so no need to worry about tokens_revoked. If the app is uninstalled, that means the bot token is revoked.

Good for what we are trying to do