From e429c8b0a9fb7c3f39079a7d30c4e10427b4f32e Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Mon, 19 Aug 2024 12:08:02 +0100 Subject: Allow loading the bot without a github_token set --- arthur/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arthur/config.py') diff --git a/arthur/config.py b/arthur/config.py index b1b1f2a..4d31103 100644 --- a/arthur/config.py +++ b/arthur/config.py @@ -21,7 +21,7 @@ class Config( youtube_api_key: pydantic.SecretStr | None = None grafana_url: str = "https://grafana.pydis.wtf" grafana_token: pydantic.SecretStr | None = None - github_token: pydantic.SecretStr + github_token: pydantic.SecretStr | None = None github_org: str = "python-discord" devops_role: int = 409416496733880320 -- cgit v1.2.3