/zero-two

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

Primary LanguageTypeScriptMIT LicenseMIT

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