Skip to content

A League of Legends information bot for the only game mode that matters

License

Notifications You must be signed in to change notification settings

humding3r/lord-ARAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LordARAM

LordARAM is a Discord bot that retrieves the latest meta builds for League of Legends champions in ARAM. The bot utilizes axios and cheerio to scrape data from various sources and provide up-to-date statistics and build recommendations.

A screenshot of the widget generated by the bot

Self-hosting

Requirements

  • Node.js installed (v14 or higher)
  • npm (Node package manager)
  • A Discord bot token (You can create a bot on the Discord Developer Portal)

Installation

  1. Clone the repository:

    git clone https://github.com/humding3r/lord-aram.git
    cd lord-aram
  2. Install dependencies:

    npm install
  3. Create a config.json file in the root directory and add your Discord bot token:

    { "token": "your-bot-token-here" }
  4. Start the bot:

    node index.js

Usage

Invite the bot to your Discord server and use the /aram command!

To get the ARAM stats for the champion "Corki":

/aram Corki

About

A League of Legends information bot for the only game mode that matters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published