You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent error when statuspage env vars are not set (#93)
# Remove need for statuspage env vars
Fixes an issue where if you try to run the bot without statuspage
variables set and the bot is not in a docker container, it will throw an
error
# Changes
- simply return if either of the statuspage env vars are not set.
0 commit comments