An open API service indexing awesome lists of open source software.

https://github.com/cornayy/zero-two

A TypeScript Discord bot for querying Dofus characters by Ankama nickname.
https://github.com/cornayy/zero-two

discord-bot dofus scraping typescript

Last synced: over 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](LICENSE)