#How to use Command Options?
9 messages · Page 1 of 1 (latest)
Discord.js 14.8.0
Node.js 18.12.1
Thanks!
if that can help, I'm sending the code I'm using for commands
const commands = [
{
name: 'ping',
description: 'Replies with Pong!',
},
i tried
options: [
{
name: 'user',
description: 'User to ban',
type: 'USER',
},
{
name: 'deletemsg',
description: 'How many days?',
type: 'NUMBER',
}
]
but It doesn't appear in the commands tab
How to use Command Options
How to use Command Options?
Slash Commands: Command options