edited s/mc command

This commit is contained in:
2026-03-08 21:14:28 +00:00
parent 8da6b64ced
commit f2add1eae8

View File

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