A powerful, open-source moderation bot built with Discord.js and TypeScript for the FCDex ecosystem.
- Automated Moderation: Configurable warning systems and auto-punishments.
- Glassmorphic Embeds: Modern, futuristic UI design for all moderator actions.
- Advanced Logging: Dedicated channels for message edits, deletes, and staff actions.
- Open Source: Designed to be easily forked and customized for your own community.
- Node.js (v18 or higher)
- npm or yarn
- A Discord Bot Token from the Developer Portal
Clone the repository and install dependencies:
git clone [https://github.com/TheFCProject/FCDex-Helper.git](https://github.com/TheFCProject/FCDex-Helper.git)
cd FCDex-Helper
npm installWe provide a setup script to move the template files into the correct locations for you:
npm run setup
This script copies examples/.env to .env and examples/config.ts to src/config.ts
Open .env in your root folder and paste your Bot Token, Client ID, and Client Secret.
Open src/config.ts to customize your prefix, embed colors, and staff roles.
npm run dev
# Production build
npm run build
npm start
- Discord.js - Main Framework.
- TypeScript - Main Programming Language used in this project.
- Dotenv - Environment variable management.
| mattd_ev | fcdex | mx7di_ | alexxxzdevelops |
|---|
This project is licensed under the MIT License - see the LICENSE file for details.
Built with ❤️ for the FCDex Community.