📅  最后修改于: 2022-03-11 15:02:35.195000             🧑  作者: Mango
client.on('message', badboy => {
let args = badboy.content.split(" ").slice(0).join(" ");
if(args.includes(" اØا ")) {
badboy.delete()
badboy.channel.send(`this word not allowed here`)
}
});