From f2ca5d13e07ab0136b51d6b863a3f59791c15a7f Mon Sep 17 00:00:00 2001 From: Joseph Banks Date: Wed, 25 Mar 2020 23:57:23 +0000 Subject: Setup Sentry --- bot/constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bot/constants.py') diff --git a/bot/constants.py b/bot/constants.py index 26cc9715..051bd62a 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -66,6 +66,7 @@ class Client(NamedTuple): guild = int(environ.get("SEASONALBOT_GUILD", 267624335836053506)) prefix = environ.get("PREFIX", ".") token = environ.get("SEASONALBOT_TOKEN") + sentry_dsn = environ.get("SEASONALBOT_SENTRY_DSN") debug = environ.get("SEASONALBOT_DEBUG", "").lower() == "true" season_override = environ.get("SEASON_OVERRIDE") icon_cycle_frequency = 3 # N days to wait between cycling server icons within a single season -- cgit v1.2.3