aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/constants.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 6baa04ec5..d01dcb0fc 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -485,11 +485,13 @@ class URLs(metaclass=YAMLGetter):
bot_avatar: str
github_bot_repo: str
- # Site endpoints
+ # Base site vars
site: str
site_api: str
- site_logs_view: str
site_schema: str
+
+ # Site endpoints
+ site_logs_view: str
paste_service: str