aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arthur/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/config.py b/arthur/config.py
index c50e80f..146db73 100644
--- a/arthur/config.py
+++ b/arthur/config.py
@@ -18,7 +18,7 @@ class Config(
prefixes: tuple[str, ...] = ("arthur ", "M-x ")
cloudflare_token: pydantic.SecretStr
- grafana_url: str = "https://grafana.pythondiscord.com"
+ grafana_url: str = "https://grafana.pydis.wtf"
grafana_token: pydantic.SecretStr
github_token: pydantic.SecretStr
github_org: str = "python-discord"