Paul-Marie / PytoQuizz

simple quizz app for emrys training purpose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PytoQuiz

PytoQuiz

discord.js typescript GitHub last commit

Simple site de quiz pour pyto.

Installation

git clone https://github.com/Paul-Marie/PytoQuizz;
cd PytoQuizz/

Open .env.dist file and fill up DISCORD_TOKEN and MONGODB_URI (optionnal) in a new file nammed .env

basic MONGODB_URI value can be mongodb://localhost/notifybot

Make sure to use Node.JS v18 or higher, then start your bot using yarn or npm (here with yarn)

yarn;				# Install all dependencies
yarn start 			# Start the bot

Feel free to use PM2 or screen in order to keep your Discord bot running.

About

simple quizz app for emrys training purpose


Languages

Language:JavaScript 72.2%Language:HTML 16.8%Language:CSS 11.0%