Compare commits

..

2 Commits

Author SHA1 Message Date
a98790341d Merge pull request 'edited source to personal' (#2) from Dev into main
Reviewed-on: #2
2026-03-29 04:40:44 +01:00
512ed5f3b1 edited source to personal 2026-03-29 04:39:48 +01:00

View File

@@ -8,7 +8,7 @@ public static class SourceCommand
{ {
if (channelCache.TryGetValue(channelId, out var channel)) 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");
} }
} }
} }