To start using Juniper Nexus Bot in your Discord guild, follow these simple steps:
Prerequisites
Before installing Juniper Nexus Bot, ensure you have:
- Discord Bot Token: Obtain a Discord bot token from the Discord Developer Portal (opens in a new tab).
- Node.js: Ensure Node.js is installed on your system. You can download it from nodejs.org (opens in a new tab).
Steps
-
Create a Discord Bot Application:
- Navigate to the Discord Developer Portal (opens in a new tab) and create a new application.
- Go to the "Bot" section under your application settings and click "Add Bot".
- Copy the bot token provided.
-
Clone Juniper Nexus Bot Repository:
-
Clone the Juniper Nexus Bot repository from GitHub:
Terminalgit clone https://github.com/JuniperNexus/discord-bot.git cd discord-bot
-
-
Configure Bot Token:
-
Create a .env file in the root directory of the project or copy the example .env.example and add your Discord bot token and other necessary configurations:
Terminalcp .env.example .env
-
Edit the .env file with your bot token and other configurations.
-
-
Install Dependencies:
-
Install required dependencies using npm:
Terminalnpm install
-
-
Build the Bot:
-
Build the bot using npm:
Terminalnpm run build
-
-
Start the Bot:
-
Run the bot with npm:
Terminalnpm start
-
Next Steps
Once Juniper Nexus Bot is running in your Discord guild, explore the Command List to see what commands are available and how to use them effectively.
If you encounter any issues during installation or have questions, refer to the Support section for assistance.