syqu22 / discord-bot-wow-helper

Discord bot for World of Warcraft
MIT License
0 stars 0 forks source link
bot discord-bot discord-js

discord-bot-wow-helper

Avatar

About

Discord bot written in JS, built using discord.js based on old project.

Technology

Commands

Screenshots

/logs

Logs

/character

Character

/token

Token

/affixes

Affixes

/about

About

/help

Help

/vote

Vote

Installation

If you want to download and launch the bot locally you need to

  1. Clone the git repository:

    git clone https://github.com/syqu22/discord-bot-wow-helper.git
  2. Rename the .env.sample to .env, then fill it with all the needed keys. discord_token and discord_client are both needed to start the bot. blizzard_client and blizzard_client are necessary to connect with blizzard api and warcraftlogs_client is for warcraft logs api access.

  3. Download all the needed packages:

    npm install
  4. Run the bot:

    npm start

You can run tests using:

npm run test

and linting:

npm run lint