From ec08f8e07d8fb3e25b92222c45026abfff692017 Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Thu, 5 Mar 2026 01:35:01 +0000 Subject: [PATCH] added bot joiner website --- Program.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Program.cs b/Program.cs index 7abedea..bcf9275 100644 --- a/Program.cs +++ b/Program.cs @@ -131,6 +131,11 @@ client.MessageService.MessageReceived += async (message) => await Utils.SendReplyAsync(channelCache, channelId, $"{pingMember} You can use this to join a planet: https://github.com/SkyJoshua/JoinPlanet"); }; + if (Utils.ContainsAny(content, $"{prefix}joinsite")) + { + await Utils.SendReplyAsync(channelCache, channelId, $"{pingMember} You can use this website to easily add your bot to a planet: https://skyjoshua.xyz/planetjoiner"); + }; + if (Utils.ContainsAny(content, $"{prefix}cmds")) { await Utils.SendReplyAsync(channelCache, channelId, @$"{pingMember} Here is a list of my commands: