opt is not defined
I already have all the database stuff handled, it's just the tags.
The node version is in the error btw
Node.js v18.3.0
NPM v9.6.7
6 Replies
• 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.Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
is there (or will there) be any way to make it so it's like a command with no autocomplete so you have to use an autocorrect choice
anyway, thx for the help
if you use choices, then you're limited to the 25 choices you set upon deploying them
if you use autocompelte, then users can enter whatever they want, and you have to manually validate their input
there's no third option