Skip to content

buistvn/lainavi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lainavi

Project Screenshot

Lainavi is a Discord bot that was developed with the purpose of simplifying tasks. It comes with custom commands for moderation, alerts, and gaming. Using the Riot Games API, the bot can access and display data about players' stats for League of Legends.

Technologies

Installation

To set up a local copy of the project, follow these steps.

  1. Clone the repository
    git clone https://github.com/buistvn/lainavi.git
  2. Install packages
    npm install
  3. Generate a token from Discord Developer Portal
  4. Generate an API key from Riot Developer Portal
  5. Create a config.json file in the root directory with the configuration variables
    {
        "prefix": "YOUR_PREFIX_GOES_HERE",
        "token": "YOUR_TOKEN_GOES_HERE",
        "key": "YOUR_API_KEY_GOES_HERE"
    }

Usage

To run the project, follow these steps.

  1. Start up the bot
    node index.js
  2. View the list of commands in the Discord server's text channel (prefix may be different depending on what was set in config.json)
    !help

About

Discord bot that comes with commands for moderation, alerts, and gaming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published