added website to the mc command

This commit is contained in:
2026-03-05 00:09:00 +00:00
parent 6e8ae4953b
commit 5be90d6b35

View File

@@ -159,7 +159,8 @@ 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`
Cool features can be found here: https://sxsc.xyz/servers/valour/");
} }
if (Utils.ContainsAny(content, $"{prefix}invite")) if (Utils.ContainsAny(content, $"{prefix}invite"))