Add some additional brawl stars feature or command, like:
- Show if the user has notifications enabled in
/brawl player view
/brawl player battlelog to view the player battlelog
/brawl rankings clubs to view the club rankings
/brawl rankings brawlers to view the rankings for a brawler
brawl rankings players to view the player rankings
- Trophy graph for saved players/clubs. Each day the trophy count of the saved players should be saved to the database and a trophy graph should be added to the player/club view message. The graph should be created dynamically from a url like
/graph/player|club?tag=<tag>, where the handler should use the database to retrieve the data and create the graph. Workers cache should be used to avoid recomputing the graph and read the database with a duration of 12h
Add some additional brawl stars feature or command, like:
/brawl player view/brawl player battlelogto view the player battlelog/brawl rankings clubsto view the club rankings/brawl rankings brawlersto view the rankings for a brawlerbrawl rankings playersto view the player rankings/graph/player|club?tag=<tag>, where the handler should use the database to retrieve the data and create the graph. Workers cache should be used to avoid recomputing the graph and read the database with a duration of 12h