More startup checks
Open
good first issue
- Dominant language
- Python
- Stars
- 19
- Forks
- 49
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 6
Description
If the bot's not in a channel it'll throw a Bolt error when required. We should do more validation at startup to prevent this.
Let's
- [ ] Throw a warning (not error) if the user token is not from an admin
- [ ] Check that the bot and user are in all the specified channels
- [ ] Check that the tokens are valid
- [ ] If an AI token is passed, check it's valid
- [ ] Maybe more idk
Contributor guide
Assessment
This issue has not been assessed yet.