Skip to content

Discord bot to create and manage personal League of Legends leaderboards, as well as SoloQ Challenges.

Notifications You must be signed in to change notification settings

DiegoELT/bunnyLoL

Repository files navigation

bunnyLoL

Discord bot to create and manage personal League of Legends leaderboards, as well as SoloQ Challenges.

Getting Started

Setting up Your Credentials

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>
}

Generating the Database

To create the database file:

sqlite3 bunnyLoLDB.db

To synchronize the database with the bot:

node database.js

Running the Bot

To run the bot:

node index.js

About

Discord bot to create and manage personal League of Legends leaderboards, as well as SoloQ Challenges.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published