From c06ab814d08b407f3519e754390676c29575ec6a Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Wed, 4 Mar 2026 01:44:53 +0000 Subject: [PATCH] made the ip stand out --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 819a692..0fc5c79 100644 --- a/Program.cs +++ b/Program.cs @@ -164,7 +164,7 @@ 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`"); } if (Utils.ContainsAny(content, $"{prefix}invite"))