From 9fa5d6e0dc8767319782ae73c814480ae5f2dd8c Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Sat, 28 Feb 2026 21:12:10 +0000 Subject: [PATCH] added my JoinPlanet github to a command --- Program.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Program.cs b/Program.cs index a37598b..e475dc0 100644 --- a/Program.cs +++ b/Program.cs @@ -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"); }; + 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")) { await Utils.SendReplyAsync(channelCache, channelId, @$"{pingMember} Here is a list of my commands: