help.js file not working - not interaction

Ok I feel like I'm going crazy... If I have a command like this (with taco. as the prefix) taco.help [command name here] it should be logging [command name here] right?
let cmdd = args.slice(2).join(' ');
console.log('cmdd', cmdd)
let cmdd = args.slice(2).join(' ');
console.log('cmdd', cmdd)
5 Replies
Nightro-Fx
Nightro-Fx7mo ago
hmmm... I didn't quite get that
treble/luna
treble/luna7mo ago
why are you replying to posts that are over a year old?
Nightro-Fx
Nightro-Fx7mo ago
Idk, Cause nobody replied to it ig?
treble/luna
treble/luna7mo ago
just dont. if nobody replied they either have to rephrase or have solved it themselves
Nightro-Fx
Nightro-Fx7mo ago
oh i see... my bad