diff options
| author | 2024-05-28 23:41:54 +0100 | |
|---|---|---|
| committer | 2024-05-28 23:41:54 +0100 | |
| commit | e202f5802aef9139b1424d4213ac4c1458d04bde (patch) | |
| tree | e8300591d43dc1f1ff9a65779b838003bf1d941d /arthur/config.py | |
| parent | Merge pull request #169 from python-discord/paginate-pod-logs (diff) | |
Swap from custom trashcan emoji to :wastebasket:
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") | 
