kuper-adrian / statg-bot

Discord bot that posts PUBG statistics in your discord channel
MIT License
3 stars 2 forks source link

Hacktoberfest FFA: Add statistics to "stats" or "match" command #15

Closed kuper-adrian closed 5 years ago

kuper-adrian commented 5 years ago

There could be a lot more statistics displayed on !statg stats or !statg match. Especially since PUBG api v6.0.0 there are a lot of new interesting properties returned from the api which could be potentially displayed by the statg-bot.

This issue is a "free-for-all" and everyone participating at Hacktoberfest is invited to take a look at the PUBG api docs for player and match stats and add them to the bot (i would suggest one statistic per pull request). Please comment which statistics you would like to add beforehand, so everyone can see 👍

Doing this would mainly include changes to the stats-cmd-handler.js and match-cmd-handler.js files which can be found in src/modules/cmd/command-handler/.

Thanks, have fun and happy Hacktoberfest 🍺 💻