#use command without prefix
1 messages · Page 1 of 1 (latest)
how u can not check it
let args = message.content.split(" ");
const argsr = message.content
.slice(guild.prefix.length)
.trim()
.split(/ +/g);
const cmd = argsr.shift().toLowerCase();```
I think this is check but I don't know how can change to not check
so delete slice + trim
Oh I know thank you