Raise a lovable red panda, a playful dog, or an adorable cat in this interactive Discord pet bot!
-
Node.js: Make sure you have Node.js installed on your system.
- Download and install Node.js from nodejs.org.
-
MongoDB: You will need a MongoDB database to store pet data.
- Sign up for a MongoDB account at mongodb.com.
- Create a new MongoDB cluster and note down the connection string.
-
Clone the repository:
git clone https://github.com/yourusername/virtual-pet-bot.git cd virtual-pet-bot
-
Install the necessary dependencies
npm install
-
Create and fill out the .env file
TOKEN= GUILD_ID= STATUS=DEVELOPMENT STATUSBOT=adopt a pet DISCORDSTATUS=online MONGO_URI= TOPGG_TOKEN=
Start the project using
npm run start
The bot should now be running on your server and ready to interact with your Discord community.