Add /help command to registration script

cgen-f1a4e61d1c7a4673b9a1a0eab72e4ce4
This commit is contained in:
Builder.io 2025-11-08 08:29:41 +00:00
parent df85226abf
commit 5a2ac0416b

View file

@ -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) {