Üye
Bu Açtığım Konuda Bella Bottaki Gibi Botla Konuşma Yaptım Bol Bol Kullanın
Not:Maine Atcaksınız bot.js destekci.js vb.
Not:Maine Atcaksınız bot.js destekci.js vb.
JavaScript:
//bellabotsaas
client.on("message", async msg => {
if (msg.content == "sa") {
return msg.reply(
"\n :blush: Aleyküm Selam Hoşgeldin,Nasılsın. "
);
}
});
//iyi
client.on("message", async msg => {
if (msg.content == "iyi") {
return msg.reply(
"\n Heh,Hep Böyle İyi Ol Üzülmeni İstemem. "
);
}
});
//kötü
client.on("message", async msg => {
if (msg.content == "kötü") {
return msg.reply(
"\n Yaa, Niye Kötüsün Üzülüyorum İyi Ol. "
);
}
});
Son düzenleme: