A TypeScript Discord bot that enables users to query Dofus character names for each person in the server.
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