How to make / command not act like a ! command

prefix: {
type: DataTypes.TEXT,
defaultValue: "/"
},
prefix: {
type: DataTypes.TEXT,
defaultValue: "/"
},
When I type /, it doesn't show up with all the other bots, so I have to type it in full, and send, just as if I was typing a ! command.
5 Replies
d.js toolkit
d.js toolkit7mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button! - Marked as resolved by staff
chewie 🌈
chewie 🌈7mo ago
dont make it a message command then? not sure what exactly your question is here, nor if its djs related
treble/luna
treble/luna7mo ago
Djs also does not have a DataType enum
d.js docs
d.js docs7mo ago
guide Creating Your Bot: Creating slash commands read more
axiprime
axiprime7mo ago
The hole bot is made in V12.5, so there is many other issues.😅