diff --git a/src/commands/inviteinfo.ts b/src/commands/inviteinfo.ts index 1518bdf..d2221e9 100644 --- a/src/commands/inviteinfo.ts +++ b/src/commands/inviteinfo.ts @@ -18,5 +18,6 @@ export default { .setDescription('View the invite data') .addStringOption(x=>x .setName('code') - .setDescription('Discord invite code')) + .setDescription('Discord invite code') + .setRequired(true)) } \ No newline at end of file