QuoteDB: A database for all your quotes. You can find an invite link to it in our discord server
- Install Node.js: If you haven't already, download and install Node.js.
- Navigate to Directory: Open your terminal and navigate to the 'main' directory of QuoteDB.
cd ./main
- Install Dependencies: Run the following command to install required dependencies.
npm ci
- Configure: Edit the configuration file generated to suit your preferences.
- Start the Bot:
- Run the following command:
node bot.js
- Or, if you have nodemon installed:
npm run bot
- Run the following command:
- Install PM2: If you don't have PM2 installed, you can do so by running:
npm install pm2@latest -g
- Start Production Mode:
npm run prod
- Stopping the Bot:
npm run prodStop
- Viewing Logs:
npm run prodLogs