From 4d8ed186e1b0edd5c646440253c64d7858cec778 Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Sat, 28 Feb 2026 21:14:02 +0000 Subject: [PATCH] added the joinCode command to the help --- Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index e475dc0..920ce0b 100644 --- a/Program.cs +++ b/Program.cs @@ -126,7 +126,7 @@ 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")) + 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"); }; @@ -137,6 +137,7 @@ client.MessageService.MessageReceived += async (message) => - `s/echo - Echos text into the chat` - `s/suggest - Shares the suggestions link` - `s/source - Sends link for the source code` + - `s/joincode - Sends a link to a github that you can use to make your bot join your planet. - `s/cmds - Shows this list` - `s/usercount - Shows the user count of Valour` - `s/devcentral - Sends the invite link to the Dev Central Planet`");