8 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.yes it the 2
one more quick question
so i have a json file called
constants.json
its in Project/constants.json
the file i want to get it from is Project/commands/reactionRoles/reactionroles.js
what would the relative path of constants.json
be from reactionroles.js
?Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
• File paths explained in detail: learn more
•
.
refers to the current directory
• ..
refers to the parent directory
• Node path module: learn moreUnknown User•2y ago
Message Not Public
Sign In & Join Server To View
yeah
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
../constants.json
doesnt work