From 5a2ac0416be91694c116a5be7747fc7c52c7a2dd Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 8 Nov 2025 08:29:41 +0000 Subject: [PATCH] Add /help command to registration script cgen-f1a4e61d1c7a4673b9a1a0eab72e4ce4 --- api/discord/register-commands.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/discord/register-commands.ts b/api/discord/register-commands.ts index a858422b..9048e09e 100644 --- a/api/discord/register-commands.ts +++ b/api/discord/register-commands.ts @@ -48,6 +48,11 @@ const commands = [ description: "Explore the AeThex Talent Marketplace", type: 1, }, + { + name: "help", + description: "Get help about AeThex Discord commands", + type: 1, + }, ]; export default async function handler(req: VercelRequest, res: VercelResponse) {