From 64e3ee4c607020e2c21d2e1f89fc550463d6eede Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Fri, 27 Feb 2026 20:18:26 +0000 Subject: [PATCH] Added source code command --- Program.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Program.cs b/Program.cs index 0ede9e9..eacb7fb 100644 --- a/Program.cs +++ b/Program.cs @@ -86,6 +86,11 @@ public class Program return; } + if (content.StartsWith("s.source")) + { + await Utils.SendReplyAsync(ChannelCache, channelId, $"{ping} You can find my source code here: https://github.com/SkyJoshua/SkyAI"); + } + if (!content.StartsWith("s.ai")) return;