made the ip stand out

This commit is contained in:
2026-03-04 01:44:53 +00:00
parent dcd75bcb85
commit c06ab814d0

View File

@@ -164,7 +164,7 @@ client.MessageService.MessageReceived += async (message) =>
if (Utils.ContainsAny(content, $"{prefix}mc")) 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")) if (Utils.ContainsAny(content, $"{prefix}invite"))