From 9e4a3ffb16bb1cb4316582a23cc7caa254f10b7d Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Sun, 29 Mar 2026 04:21:21 +0100 Subject: [PATCH] stupid github --- SkyBot/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SkyBot/Config.cs b/SkyBot/Config.cs index 6d3b969..f7d2b9d 100644 --- a/SkyBot/Config.cs +++ b/SkyBot/Config.cs @@ -4,6 +4,6 @@ namespace SkyBot public static class Config { public static readonly long OwnerId = 15652354820931584; public static readonly string Prefix = "s/"; - public static readonly string SourceLink = "https://github.com/SkyJoshua/SkyBot"; + public static readonly string SourceLink = "https://git.skyjoshua.xyz/SkyJoshua/SkyBot"; } }