2.0.2 • Published 3 years ago

akinator-dc v2.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Example Code

const Discord = require("discord.js");
const akinator = require("akinator-dc");
const client = new Discord.Client();

client.on("message", async message => {
    if(message.content.startsWith(`${PREFIX}akinator`)) {
        akinator(message, client, "tr"); 
    }
});

client.login("TOKEN")

Join Server

CLİCK