From f3057db786c621c6ebdee25eb8005b8e9989e52a Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Sun, 1 Mar 2026 04:06:27 +0000 Subject: [PATCH] Added planet id to Dev Central command --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 3c79f3f..3608e99 100644 --- a/Program.cs +++ b/Program.cs @@ -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"))