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.
- Node.js installed (v14 or higher)
- npm (Node package manager)
- A Discord bot token (You can create a bot on the Discord Developer Portal)
-
Clone the repository:
git clone https://github.com/humding3r/lord-aram.git cd lord-aram
-
Install dependencies:
npm install
-
Create a
config.json
file in the root directory and add your Discord bot token:{ "token": "your-bot-token-here" }
-
Start the bot:
node index.js
Invite the bot to your Discord server and use the /aram
command!
To get the ARAM stats for the champion "Corki":
/aram Corki