andreafra / hots-discord-bot

A Discord bot that help players of Heroes of the Storm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heroes of the Storm Discord Bot

A bot that provides infos and stats about the players.

Running it

  1. git clone this repo.

  2. Create .env file in / and add the following lines:

    DISCORD_BOT_TOKEN=123456789-abcdefghijklmnopqrstuvwxyz
    API_URL=http://heroes-api.ml/  # dont forget the trailing '/'
    

    P.S.: Generate your token key from Discord Developer Page

  3. Run mkdir .data.

  4. Run node server.js.

We're using the Eris library to interact with the Discord API.

About

A Discord bot that help players of Heroes of the Storm

License:The Unlicense


Languages

Language:JavaScript 95.0%Language:HTML 5.0%