djs-translate
v1.0.0
Published
Simple handy translation module.
Downloads
6
Maintainers
Readme
Discord.js Translate
Translation module with support for almost all languages.
Exsample Code
const translate = require("djs-translate")
const tl = new b({lang:"tr"}); //write the language you use.
a.translate("hello world").then(translate => message.channel.send("reply: " +translate) )