From 512ed5f3b1e77ad9bf4e32fecde53df7d525f51a Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Sun, 29 Mar 2026 04:39:48 +0100 Subject: [PATCH] edited source to personal --- Commands/SourceCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands/SourceCommand.cs b/Commands/SourceCommand.cs index ee3847c..e552497 100644 --- a/Commands/SourceCommand.cs +++ b/Commands/SourceCommand.cs @@ -8,7 +8,7 @@ public static class SourceCommand { if (channelCache.TryGetValue(channelId, out var channel)) { - await channel.SendMessageAsync($"{memberPing} You can see my source code here: https://github.com/SkyJoshua/Reactor"); + await channel.SendMessageAsync($"{memberPing} You can see my source code here: https://git.skyjoshua.xyz/SkyJoshua/Reactor"); } } } \ No newline at end of file -- 2.47.3