This is just a small and simple discord bot to get eSports information (via liquipediadb API) and brawlers info through the brawlify API.
To install dependencies:
bun install
Node probably will not work without some rewriting - I have not checked.
To get the bot working, just open the powershell or bash script (setup.ps1/setup.sh) depending on which side of the universe you belong to.
- To get a discord token, follow any tutorial online - there are hundreds.
- Paste the bot's ID as client id and the guild you want the bot to be in as your Guild id.
- To get a liquipedia token, go to their discord server, see #api-help, and fill the form on the first pinned message. Wait for them to accept and then enter your API key here.
Finally, get the bot in a server (you already did this by getting a guild ID), and register the commands to your server.
bun run register
Now, turn the bot on (bun run bot) and in any chat type out /configure and fill it in, without it the bot won't really work.