DEV Community

Stanislav Gelman
Stanislav Gelman

Posted on

Discord bot that shows PUBG after-match stats

PUBGDiscoBot

Track and push after-match statistics to discord channel


Bot that notify all your friends in discord channel about your last game where you got at least TOP-3 rank. PUBGDiscoBot calculates the amount of kills, knocks and damage you did. It also shows same stats for each of your roster.


Bot commands

Bot uses prefix !pdb- to detect mention. So every command should start from this prefix plus command from the list down below.

command argument description
track player_name Put player to your track list
untrack player_name Remove player from your track list
last player_name Shows player last top-3 match
list Shows your track list

Multitrack

If multiple channel participants track same player or track different players but in same game roster, then bot will send only one message with all participants mentions. In example below, bot sent only one message instead of three, because they are all played in one roster
PUBGDiscoBot

Want to test?

Join special discord channel and make your first track.
If your last game was TOP-3 then bot will show you stats immediately, otherwise you need to play PUBG to achive at least TOP-3 rank.

Feedback

Any comments, reviews, suggestions, issues or pull requests will be appreciated.

Github Link
P.S. This is my first python project.

Top comments (0)