35k._a
35k._a
DIAdiscord.js - Imagine an app
Created by TheActualGamer1YT on 4/15/2025 in #djs-questions
How would I fix this code?
np
212 replies
DIAdiscord.js - Imagine an app
Created by TheActualGamer1YT on 4/15/2025 in #djs-questions
How would I fix this code?
also check #resources for more documentation sites
212 replies
DIAdiscord.js - Imagine an app
Created by TheActualGamer1YT on 4/15/2025 in #djs-questions
How would I fix this code?
because your issue today was because due to these for loops
212 replies
DIAdiscord.js - Imagine an app
Created by TheActualGamer1YT on 4/15/2025 in #djs-questions
How would I fix this code?
i tell u that so you dont face these kind of issues again
212 replies
DIAdiscord.js - Imagine an app
Created by TheActualGamer1YT on 4/15/2025 in #djs-questions
How would I fix this code?
i got confused w the links lol
212 replies
DIAdiscord.js - Imagine an app
Created by TheActualGamer1YT on 4/15/2025 in #djs-questions
How would I fix this code?
oh no hold on
212 replies
DIAdiscord.js - Imagine an app
Created by TheActualGamer1YT on 4/15/2025 in #djs-questions
How would I fix this code?
i hardly suggest you to get documented about these for (...) loops and more topics about javascript before doing anything else so you know the basics of the language, you may view these links covering these loops: - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Loops_and_iteration - https://www.youtube.com/watch?v=c5a4sNshBA4 (for ... in, for ...of loops, not covered on the video below) - 2 min video - https://www.youtube.com/watch?v=ZOQYIWLngSU - 5 min video
212 replies
DIAdiscord.js - Imagine an app
Created by TheActualGamer1YT on 4/15/2025 in #djs-questions
How would I fix this code?
uh just one thing
212 replies
DIAdiscord.js - Imagine an app
Created by TheActualGamer1YT on 4/15/2025 in #djs-questions
How would I fix this code?
no problem
212 replies
DIAdiscord.js - Imagine an app
Created by TheActualGamer1YT on 4/15/2025 in #djs-questions
How would I fix this code?
lmk how it goes
212 replies
DIAdiscord.js - Imagine an app
Created by TheActualGamer1YT on 4/15/2025 in #djs-questions
How would I fix this code?
try now
212 replies
DIAdiscord.js - Imagine an app
Created by TheActualGamer1YT on 4/15/2025 in #djs-questions
How would I fix this code?
you're good to go now
212 replies
DIAdiscord.js - Imagine an app
Created by TheActualGamer1YT on 4/15/2025 in #djs-questions
How would I fix this code?
line 28
212 replies
DIAdiscord.js - Imagine an app
Created by TheActualGamer1YT on 4/15/2025 in #djs-questions
How would I fix this code?
replace the commandFolders inside the parenthesis of the folderPath constant with commandsPath
212 replies
DIAdiscord.js - Imagine an app
Created by TheActualGamer1YT on 4/15/2025 in #djs-questions
How would I fix this code?
you need to do this lastly
212 replies
DIAdiscord.js - Imagine an app
Created by TheActualGamer1YT on 4/15/2025 in #djs-questions
How would I fix this code?
after doing all that, you're good to go
212 replies
DIAdiscord.js - Imagine an app
Created by TheActualGamer1YT on 4/15/2025 in #djs-questions
How would I fix this code?
commandFolders is an array, and you want to put strings inside of the join method
212 replies
DIAdiscord.js - Imagine an app
Created by TheActualGamer1YT on 4/15/2025 in #djs-questions
How would I fix this code?
No description
212 replies
DIAdiscord.js - Imagine an app
Created by TheActualGamer1YT on 4/15/2025 in #djs-questions
How would I fix this code?
also, ive noticed something else
212 replies
DIAdiscord.js - Imagine an app
Created by TheActualGamer1YT on 4/15/2025 in #djs-questions
How would I fix this code?
const filePath = path.join(folderPath, filePath);
const filePath = path.join(folderPath, filePath);
replace the filePath inside the parenthesis with file
212 replies