Discord bot to create and manage personal League of Legends leaderboards, as well as SoloQ Challenges.
This bot works with a config.json
file that must have the following contents:
{
"clientId": <your client id>,
"token": <your bot token>,
"riotAPIKey": <your key for the Riot API>
}
To create the database file:
sqlite3 bunnyLoLDB.db
To synchronize the database with the bot:
node database.js
To run the bot:
node index.js