We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c86eb commit 113ca24Copy full SHA for 113ca24
packages/jellycommands/src/commands/types/commands/options.ts
@@ -30,7 +30,7 @@ export const schema = baseSchema.append({
30
'Slash Command names must be 1 - 32 characters, all lowercase with no witespaces or special chars',
31
}),
32
33
- description: Joi.string().max(100).required(),
+ description: Joi.string().min(1).max(100).required(),
34
35
options: Joi.array(),
36
});
0 commit comments