Untitled

Anonymous
plain_text
10/14/2022 2:52 PM
208 B
21
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...