diff options
Diffstat (limited to 'arthur/config.py')
-rw-r--r-- | arthur/config.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arthur/config.py b/arthur/config.py index bb88838..146db73 100644 --- a/arthur/config.py +++ b/arthur/config.py @@ -27,7 +27,6 @@ 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") |