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
HTTPSgit clone https://github.com/sam123114/LolQuizz.git
-
using
SSHgit clone git@github.com:sam123114/LolQuizz.git
Head into the LolQuizz folder
cd LolQuizz/Install the dependencies
npm installCreate .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