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.jsonOpen 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.pyGiven everything is set up correctly, the bot should function.
[prefix] [map | brawler | gamemode]
- Get an info panel about the query.
- Images will be available soon.
[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.)