diff options
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 0edf30e..7603cf9 100644 --- a/arthur/config.py +++ b/arthur/config.py @@ -25,6 +25,7 @@ class Config( github_org: str = "python-discord" devops_role: int = 409416496733880320 + helpers_role: int = 267630620367257601 guild_id: int = 267624335836053506 devops_channel_id: int = 675756741417369640 devops_vc_id: int = 881573757536329758 |