An advanced bot for Discord and I want to eventually mimic it for whats app
Its totally going to disrupt the real estate market, again assuming Im able to get it to do what Im after.
Locating and obtaining API's apparently there are a lot of errors in my code and its chaotic according to a pro Discord bot dev.
this is from our deploy-commands.js file
And this is from our index.js file.
13 Replies
- 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 OPUnknown User•3w ago
Message Not Public
Sign In & Join Server To View
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
PS C:\Users\richa> npm list discord.js
[email protected] C:\Users\richa
`-- (empty)
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
How?
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
Oh I see.
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
So one of the issues is when I type/help its supposed to show a lits of the commands and what the intent is. I have 42 including the help one. But when I type /help it just thinks about it infinitley because discord limits to 25 items per embed. So I tried to categorize them and then it couldnt even detect the help command let alone others.
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
npm list discord.js
has to be run in the root directory of your project (where your package.json is)