For this bot to work you'll need nodejs, to install the bot, follow these steps:
Install NodeJS
npm install
You have to create a file named variables.env and insert the following.
HEROES_INFOS_TOKEN = "TOKEN_HERE"
CLIENT_ID = CLIENT_ID_HERE
#(Optional) JOIN_SERVER_CHANNEL_ID = JOIN_ID_HERE
#(Optional) LEAVE_SERVER_CHANNEL_ID = LEAVE_ID_HERE
#(Optional) THREAD_WORKERS = integer, number of workers for update data threads
#(Optional) UPDATE_COMMANDS = boolean, flag to identify whether if update is needed or not
If you have a support server for this bot, the JOIN_SERVER_CHANNEL_ID and LEAVE_SERVER_CHANNEL_ID
variables refers to the channels that are going to be notified whenever a server adds your bot.
This project is under license. See the file LICENSE for more details.