Add /help command to registration script
cgen-f1a4e61d1c7a4673b9a1a0eab72e4ce4
This commit is contained in:
parent
df85226abf
commit
5a2ac0416b
1 changed files with 5 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue