Numbers in front of text.

I sent the message:
in my server and i console logged it using

in my server and i console logged it using

console.log(${message.content.slice(prefix.length)});
but the result im getting is :
but the result im getting is :
636484900888597> testing``` how do i get rid of those numbers and what are they the numbers for
2 Replies
d.js toolkit
d.js toolkit16mo 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!
Preston
PrestonOP16mo ago
[email protected] node v18.15.0 fixed it by
const args = message.content.slice(prefix.length).trim().split(/ +/g);
const commandInput = args.shift();
const args = message.content.slice(prefix.length).trim().split(/ +/g);
const commandInput = args.shift();
still dont know what it actually is though
Want results from more Discord servers?
Add your server