added bot joiner website

This commit is contained in:
2026-03-05 01:35:01 +00:00
parent 5be90d6b35
commit ec08f8e07d

View File

@@ -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"); 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")) 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: