Getting Started
Installation

To start using Juniper Nexus Bot in your Discord guild, follow these simple steps:

Prerequisites

Before installing Juniper Nexus Bot, ensure you have:

Steps

  1. Create a Discord Bot Application:

  2. Clone Juniper Nexus Bot Repository:

    • Clone the Juniper Nexus Bot repository from GitHub:

      Terminal
      git clone https://github.com/JuniperNexus/discord-bot.git
      cd discord-bot
  3. 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:

      Terminal
      cp .env.example .env
    • Edit the .env file with your bot token and other configurations.

  4. Install Dependencies:

    • Install required dependencies using npm:

      Terminal
      npm install
  5. Build the Bot:

    • Build the bot using npm:

      Terminal
      npm run build
  6. Start the Bot:

    • Run the bot with npm:

      Terminal
      npm 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.