akinator-dc

2.0.2 • Public • Published

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

Package Sidebar

Install

npm i akinator-dc

Weekly Downloads

0

Version

2.0.2

License

ISC

Unpacked Size

1.55 MB

Total Files

43

Last publish

Collaborators

  • ponche-dev