Follow these steps to set up the SimplyQuotes bot in your Discord server.
Before you begin, ensure you have the following:
- Node.js: Version 16 or higher. You can download it from Node.js Official Website.
- Discord Account: You need a Discord account to create and manage a bot.
- Discord Server: A server where you can invite your bot.
Open your terminal and execute the following command to clone the repository:
git clone https://github.com/mattythedev01/SimplyQuotes.git
cd SimplyQuotes
Open the project directory in your terminal and execute the following command:
npm install
If that doesn't work than try:
npm install --force
In the root directory, rename example.env
to .env
and fill out the following:
DISCORD_TOKEN="https://discord.com/developers/applications"
MONGODB_URI="https://www.mongodb.com/"
Open the terminal in the root directory and execute the following command:
node .