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.
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:
moxie-bot includes:
To get started, visit the Releases page to download the latest version of moxie-bot.
After downloading, you will need to configure your bot. Follow these steps:
npm install
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
YOUR_DISCORD_BOT_TOKEN with your actual bot token, and adjust the DATABASE_URL with your PostgreSQL details.To start moxie-bot, follow these steps:
npm start
To invite moxie-bot to your server:
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.
If you encounter any issues, feel free to create an issue on our GitHub Issues page. We welcome any feedback or suggestions.
Stay connected with other moxie-bot users. Join us on Discord or other social platforms to share your experiences, tips, and tricks.
Thank you for choosing moxie-bot! Enjoy hosting a better Discord experience.