#use command without prefix

1 messages · Page 1 of 1 (latest)

smoky pike
#

Ok but how ?

fringe sun
#

how u can not check it

smoky pike
#
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

smoky pike
#

Oh I know thank you