discord-tr-chatbot
v1.0.5
Published
Discord botlarınız için türkçe chatbot.
Downloads
6
Maintainers
Readme
discord-tr-chatbot
Botunuzla sohbet etmeye yarayan kullanışlı bir modül.
Örnek kod (discord.js)
const cb = require("discord-tr-chatbot")
const chb = new cb();
chb.chatbot("Merhaba").then(x => console.log(x))
/*
Selam
*/
Örnek kod (aoi.js/dbd.js)
$djsEval[
const cb = require("discord-tr-chatbot")
const chb = new cb();
chb.chatbot("sa").then(cevap => message.channel.send("cevap: " + cevap) )
]