Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 856 Bytes

README.md

File metadata and controls

56 lines (36 loc) · 856 Bytes

LolQuizz

LolQuizz is a project created with the goal of creating a Discord bot that will provide mini-games as well as fun and useful commands related to the league of legends game and it's lore.

Prerequisites

  • Git
  • Node.js

Installation

Clone the project locally

  • using HTTPS

    git clone https://github.com/sam123114/LolQuizz.git
  • using SSH

    git clone [email protected]:sam123114/LolQuizz.git

Head into the LolQuizz folder

cd LolQuizz/

Install the dependencies

npm install

Create .env file

DISCORD_TOKEN="{YOUR_DISCORD_TOKEN}"

You can now start the bot by using one of those commands:

  • Development (Using nodemon)

    npm run dev
  • Production

    npm run stable