From 5be90d6b352d581c0bd3dfd3deb2b61a832d37f7 Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Thu, 5 Mar 2026 00:09:00 +0000 Subject: [PATCH] added website to the mc command --- Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 0d7bba7..7abedea 100644 --- a/Program.cs +++ b/Program.cs @@ -159,7 +159,8 @@ client.MessageService.MessageReceived += async (message) => if (Utils.ContainsAny(content, $"{prefix}mc")) { - await Utils.SendReplyAsync(channelCache, channelId, @$"{pingMember} you can join the Unofficial ValourSMP Minecraft Server by using this ip: `valour.sxsc.xyz`"); + await Utils.SendReplyAsync(channelCache, channelId, @$"{pingMember} you can join the Unofficial ValourSMP Minecraft Server by using this ip: `valour.sxsc.xyz` + Cool features can be found here: https://sxsc.xyz/servers/valour/"); } if (Utils.ContainsAny(content, $"{prefix}invite"))