- Open the
config.json
and add your MongoDB URL.
TOKEN=, FACEBOOK_ACCESS_TOKEN=, FORTNITE_API_KEY=, YOUTUBE_API_KEY=, TWITCH_CLIENT_ID=, TWITCH_ACCESS_TOKEN=, INSTAGRAM_ACCESS_TOKEN=, MONGODB_URI= GEMINI_API=
- Go to your preferred hosting service. For this guide, we use Render.
- In the Build & Deploy section, paste your repository URL.
Run the following commands to install dependencies and start your bot:npm install node index.js
- Navigate to the Discord Developer Portal.
- Find your application, and retrieve the bot token from the "Bot" section.
- Create an environment variable with the following details:
- Key: TOKEN
- Value: [your bot token]
- Deploy your application using your hosting service’s deployment process.
- Wait approximately five minutes for your bot to deploy and start up.
- Test your bot by sending commands to ensure it is operational.
🎉 Congratulations! Your bot is now up and running. 🥳
Video Tutorial: If you prefer a video guide, watch this YouTube tutorial [ Soon ].
Common Errors: Consult the errors section for troubleshooting.
UI/banners/musicard.js
: Change, add, or remove music cards here.UI/icons/musicicons.js
: Change, add, or remove music icons here.