diff options
author | 2024-05-28 23:33:55 +0100 | |
---|---|---|
committer | 2024-05-28 23:33:55 +0100 | |
commit | dc416fbfc458c90391fee060d635cf92628645e8 (patch) | |
tree | f958a413d0de53bcae6baee77af8e89d09bb289f /arthur/config.py | |
parent | Bump dependencies to latest (diff) | |
parent | ignore too many arguments errors (diff) |
Merge pull request #169 from python-discord/paginate-pod-logs
Paginate pod logs instead of truncating them
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") |