This discord bot allows you to track the progress of you and your friends on guild wars 2. It was made using the gw2 api v2 and has 1 command, /progress
:
As you can see the bot uses custom emojis, you will need to add them to your discord server. They are available in the images
folder. Make sure that you don't rename them.
You can use this discord bot as a Docker container. To do so, you need to install Docker on your machine. Create a Discord bot and get the token, you can do so on the discord developer portal. After, you will need to get your guild wars 2 API key. Then, you can run the following command:
docker run -d -e "BOT_TOKEN=Your Discord Token" -e "API_KEYS=API_KEY_1,API_KEY_2,..." thediscorders/selfrythm
- Create a Discord bot and get the token.
- Clone the repository and navigate in the folder.
git clone https://github.com/Luzivog/GW2-tracker.git
cd GW2-tracker
- Install all the modules with
npm i
. - Fill in the file
config.js
with the bot token (step 1) and with your guild wars 2 api key(s). - Start the bot by doing
npm start
in a terminal in the folder.
Add the bot to your server (official guide here) and type /progress
!