Skip to content

Installation

Kippie edited this page Aug 26, 2024 · 1 revision

Installation Guide for NebulaBot

Disclaimers

  • NebulaBot can only be used in 1 guild.
  • For Economy and XP System you will need a MongoDB server.

Creating a bot at Discord Developer

Create a bot, enable all Privileged Gateway Intents in the bot page.

Downloading the bot.

Grap the latest zip file from: NebulaBot Releases.

Unpack it in a folder and open the .env file.

Fill in all required options:

TOKEN="" # Put your bot token here (REQUIRED)
STATUS="" # Changes the status of the bot
BOT_NAME="" # Changes the name of the bot (In messages)
GUILD_ID=""
COLOR="" # Changes the color of all messages of your bot (REQUIRED)
MONGODB_URI=""

In Token fill in the bot token you get from Discord Developer

For STATUS see: NebulaBot Wiki - Status

For BOT_NAME see: NebulaBot Wiki - Bot Name

For GUILD_ID fill in the guild id from the server you will use the bot in.

For COLOR see NebulaBot Wiki - Color

If you will use Economy and XP System fill in a MongoDB connection URI in MONGODB_URI. Otherwise disable these features in .env

You're done now! Here are some links to get you started.

Clone this wiki locally