Added source code command

This commit is contained in:
2026-02-27 20:18:26 +00:00
parent 570768d934
commit 64e3ee4c60

View File

@@ -86,6 +86,11 @@ public class Program
return; 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")) if (!content.StartsWith("s.ai"))
return; return;