#Expecting a string primitive for SlashCommandBuilder

5 messages · Page 1 of 1 (latest)

near sky
#

• 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.

tired fox
#

so where is the full err?

keen crater
#

You are missing descriptions for your options...

slate depotBOT
#

Codeblocks:
```js
const Discord = require("discord.js");
// further code
```
becomes

const Discord = require("discord.js"); 
// further code

Inline Code:
`console.log('inline!');` becomes console.log('inline!');

keen crater
#

yes