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;