added my JoinPlanet github to a command

This commit is contained in:
2026-02-28 21:12:10 +00:00
parent 98258a96c3
commit 9fa5d6e0dc

View File

@@ -126,6 +126,11 @@ client.MessageService.MessageReceived += async (message) =>
await Utils.SendReplyAsync(channelCache, channelId, $"{pingMember} You can see my source code here: https://github.com/SkyJoshua/SkyBot"); await Utils.SendReplyAsync(channelCache, channelId, $"{pingMember} You can see my source code here: https://github.com/SkyJoshua/SkyBot");
}; };
if (Utils.ContainsAny(content, $"{prefix}joinCode"))
{
await Utils.SendReplyAsync(channelCache, channelId, $"{pingMember} You can use this to join a planet: https://github.com/SkyJoshua/JoinPlanet");
};
if (Utils.ContainsAny(content, $"{prefix}cmds")) if (Utils.ContainsAny(content, $"{prefix}cmds"))
{ {
await Utils.SendReplyAsync(channelCache, channelId, @$"{pingMember} Here is a list of my commands: await Utils.SendReplyAsync(channelCache, channelId, @$"{pingMember} Here is a list of my commands: