From 5cccfa4844f92e7b54df344d23f527b434cf1090 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sat, 3 May 2025 22:49:04 +0100 Subject: Allow helpers to access rule 4 --- arthur/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'arthur/config.py') 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 -- cgit v1.2.3