Need help with Economy system using slash commands and redis database
Im trying to make a command called give-items that only members with admin permission can use, when
6 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!when loading the slash commands i get this error:
it tryed to access the redis database that i initialize in the index.js file when loading the bot
and it says it cant access the property redis
index.js code:
give-item.js code: https://gist.github.com/NNKTV28/fdb02101488b9f5d5c70894845c32e1f
itemHelper.js code: https://gist.github.com/NNKTV28/07c8330690fdc5c53172bc5f835ded26
file system: