Untitled
unknown
plain_text
3 years ago
154 B
14
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...
bot.command("m", (ctx) => {
input.shift()
let input = ctx.message.text.split(" ");
if (input[0].length > 6) {
ctx.reply("Less then 6")
}
})