aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/config.py
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-07-05 14:26:56 +0100
committerGravatar Chris Lovering <[email protected]>2024-07-05 14:28:15 +0100
commit8e270b2e9895211bcf0e19c3657f839cb123b8b6 (patch)
tree27673da5f3feeec3da657eabbcb6b220c304da68 /arthur/config.py
parentBe more specific when describing the base url for the cat (diff)
Add daily devops missions for added motivation
Diffstat (limited to 'arthur/config.py')
-rw-r--r--arthur/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/arthur/config.py b/arthur/config.py
index 146db73..59014a8 100644
--- a/arthur/config.py
+++ b/arthur/config.py
@@ -18,6 +18,7 @@ class Config(
prefixes: tuple[str, ...] = ("arthur ", "M-x ")
cloudflare_token: pydantic.SecretStr
+ youtube_api_key: pydantic.SecretStr | None = None
grafana_url: str = "https://grafana.pydis.wtf"
grafana_token: pydantic.SecretStr
github_token: pydantic.SecretStr