Added planet id to Dev Central command

This commit is contained in:
2026-03-01 04:06:27 +00:00
parent f4c1bc1eb5
commit f3057db786

View File

@@ -152,7 +152,7 @@ client.MessageService.MessageReceived += async (message) =>
if (Utils.ContainsAny(content, $"{prefix}devcentral"))
{
await Utils.SendReplyAsync(channelCache, channelId, @$"{pingMember} you can join the Dev Central planet here: https://app.valour.gg/I/k2tz9c4i");
await Utils.SendReplyAsync(channelCache, channelId, @$"{pingMember} you can join the Dev Central (ID: 42439954653511681) planet here: https://app.valour.gg/I/k2tz9c4i");
}
if (Utils.ContainsAny(content, $"{prefix}invite"))