#help.js file not working - not interaction
5 messages · Page 1 of 1 (latest)
why are you replying to posts that are over a year old?
Idk, Cause nobody replied to it ig?
just dont. if nobody replied they either have to rephrase or have solved it themselves
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)