aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/config.py
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-05-28 23:33:55 +0100
committerGravatar GitHub <[email protected]>2024-05-28 23:33:55 +0100
commitdc416fbfc458c90391fee060d635cf92628645e8 (patch)
treef958a413d0de53bcae6baee77af8e89d09bb289f /arthur/config.py
parentBump dependencies to latest (diff)
parentignore 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.py1
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")