Commands not registering to guild

I'm coding a bot template, and I want to make a folder-based command registration system (see the images below) However, i'm having trouble with registering the commands. My global commands don't register at all The guild specific commands are global
5 Replies
d.js toolkit
d.js toolkit8mo 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 OP
Ori
Ori8mo ago
discord.js@14.13.0
node v20.3.0
discord.js@14.13.0
node v20.3.0
Ori
Ori8mo ago
Folder structure:
No description
Ori
Ori8mo ago
deploy file:
Ori
Ori8mo ago
Ohhhh how did I miss this facepalm thanks Will try Also, not really discord.js, but do you know if there's a better way (more optimized) to do what im trying to do? ;-; it's just a fun project for myself to learn... but thanks ig...