From f2add1eae80d486bc7334ba607146c46fa507635 Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Sun, 8 Mar 2026 21:14:28 +0000 Subject: [PATCH] edited s/mc command --- Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index e2dcc8b..53af31e 100644 --- a/Program.cs +++ b/Program.cs @@ -171,7 +171,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: + Java: `valour.sxsc.xyz`, Bedrock: `valourbr.sxsc.xyz` Both with the default ports. Cool features can be found here: https://sxsc.xyz/servers/valour/"); }