diff options
Diffstat (limited to 'arthur/config.py')
-rw-r--r-- | arthur/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arthur/config.py b/arthur/config.py index 146db73..bb88838 100644 --- a/arthur/config.py +++ b/arthur/config.py @@ -27,6 +27,7 @@ class Config( guild_id: int = 267624335836053506 devops_channel_id: int = 675756741417369640 sentry_dsn: str = "" + trashcan: str = "<:trashcan:637136429717389331>" GIT_SHA = environ.get("GIT_SHA", "development") |