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.
- Git
- Node.js
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