Preston
Preston
Explore posts from servers
DIAdiscord.js - Imagine an app
Created by Preston on 8/3/2023 in #djs-questions
Numbers in front of text.
still dont know what it actually is though
5 replies
DIAdiscord.js - Imagine an app
Created by Preston on 8/3/2023 in #djs-questions
Numbers in front of text.
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();
5 replies
DIAdiscord.js - Imagine an app
Created by Preston on 8/3/2023 in #djs-questions
Numbers in front of text.
[email protected] node v18.15.0
5 replies