Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 860 Bytes

File metadata and controls

39 lines (26 loc) · 860 Bytes

Brawl stats discord bot

Self-hosted discord bot for getting in-game statistics; built in python, using the nextcord framework.

Just install all prerequisites, and then run

touch config_log/config.json

Open the json file in your editor of choice and add in the following entries:

{
  "discord_token": "token_here",
  "brawl_token": "token_here",
  "client_id": "token_here",
  "server_id": "token_here"
}

And... you're done! To turn on the bot, just type out

python main.py

Given everything is set up correctly, the bot should function.

Commands

  1. [prefix] [map | brawler | gamemode]
  • Get an info panel about the query.
  • Images will be available soon.
  1. [prefix] profile #tag
  • Get profile information (given by the brawl stars official API, anything that the game doesn't give, I do not as well.)