hackclub/nephthys

More startup checks

Offen

#159 geöffnet am 07.02.2026

 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Python (37 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (16 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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