Untitled

 avatar
unknown
plain_text
2 years ago
154 B
13
Indexable
bot.command("m", (ctx) => {
  input.shift()
  let input = ctx.message.text.split(" ");
  
  if (input[0].length > 6) {
    ctx.reply("Less then 6")
  }
})
Editor is loading...