Levix is a premium, high-performance Discord bot built with discord.js. It offers a massive array of features ranging from advanced security (Antinuke) to AI-powered interactions, making it an all-in-one solution for any Discord community.
- 🛡️ Antinuke & Automod: Robust protection against raids, malicious links, and unauthorized deletions.
- 🤖 AI Integration: Advanced AI commands powered by OpenAI.
- 🛠️ Moderation: Full suite of moderation tools including ban, kick, mute, and advanced logging.
- 🎫 Ticket System: Easy-to-use support ticket system for your community.
- 🔊 Voice & Music: High-quality voice commands and music features.
- 🎉 Giveaways: Build engagement with sophisticated giveaway management.
- 🎭 Custom Roles: Manage self-assigned and custom roles effortlessly.
- 📊 Logging: Comprehensive logging for all server activities.
- 🤝 Welcomer: Beautifully designed welcome and leave messages.
- 🎮 Fun & Utility: Tons of commands for entertainment and server management.
Levix/
├── commands/ # 18+ categories of bot commands (AI, Antinuke, Fun, etc.)
├── events/ # Discord.js event listeners (ready, messageCreate, etc.)
├── models/ # Database schemas for user and server data
├── structures/ # Core framework and utility classes
├── config.json # Main configuration file for tokens and IDs
├── index.js # Entry point of the bot
└── package.json # Node.js project manifest and dependencies
- Node.js (v20 or higher)
- MongoDB (for data storage)
- Discord Bot Token (from Discord Developer Portal)
-
Clone the repository
git clone https://github.com/clydofc/Levix-SRC.git cd Levix -
Install Dependencies
npm install
-
Configuration Open
config.jsonand fill in the required fields:{ "TOKEN": "YOUR_BOT_TOKEN", "MONGO_DB": "YOUR_MONGODB_URI", "boss": ["YOUR_USER_ID"], "invite": "YOUR_BOT_INVITE_LINK" } -
Launch the Bot
npm start
Please ensure you NEVER share your config.json or bot token publicly. This repository includes a .gitignore to help prevent accidental leaks of sensitive information.
This project is licensed under the ISC License.