Cornayy / zero-two

A TypeScript Discord bot for querying Dofus characters by Ankama nickname.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zero-two

A TypeScript Discord bot that enables users to query Dofus character names for each person in the server.

Usage

Create a .env file in the root of your project, a typical .env should look like this. You can also copy the contents of the .env.example file in the root directory.

BOT_TOKEN=TOKEN
DB_USERNAME=DB_USERNAME
DB_NAME=DB_NAME
DB_PASSWORD=DB_PASSWORD

When your .env is configured, run the following commands.

npm i
npm start

License

MIT

About

A TypeScript Discord bot for querying Dofus characters by Ankama nickname.

License:MIT License


Languages

Language:TypeScript 99.6%Language:Shell 0.4%