#How to use Command Options?

9 messages · Page 1 of 1 (latest)

austere osprey
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

hollow pendant
#

Discord.js 14.8.0
Node.js 18.12.1

plush riverBOT
hollow pendant
#

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?