From 60ffb9fd0fdf22a4716fe5f5162d99b0a523662f Mon Sep 17 00:00:00 2001 From: silver Date: Fri, 1 Nov 2024 19:11:40 +0100 Subject: [PATCH] fix themes_conf url --- themes_conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes_conf.js b/themes_conf.js index 2884c28..199d71c 100644 --- a/themes_conf.js +++ b/themes_conf.js @@ -8,7 +8,7 @@ const themesObj = { }, "custom": { "slv": { - "url": "https://raw.githubusercontent.com/silv3rr/scripts/sitebot/themes/", + "url": "https://raw.githubusercontent.com/silv3rr/scripts/master/sitebot/themes/", "names": [ "abuse", "fear", "og", "pussy", "one" ], "sample": true, }