diff options
| author | 2024-03-31 21:33:47 +0100 | |
|---|---|---|
| committer | 2024-03-31 21:33:47 +0100 | |
| commit | 48401347d692cc507e4441cd3c0607d51c072d20 (patch) | |
| tree | 3111ece071bc4232c1bb32a9ce6bc9a0d153ecda /arthur/config.py | |
| parent | Truncate messages that hit the message length limit (diff) | |
limit pod logs command to dev-ops channel
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 c4f7e1a..c50e80f 100644 --- a/arthur/config.py +++ b/arthur/config.py @@ -25,6 +25,7 @@ class Config( devops_role: int = 409416496733880320 guild_id: int = 267624335836053506 + devops_channel_id: int = 675756741417369640 sentry_dsn: str = "" |