A feature-rich Discord bot designed for private servers with entertainment, utility, and community engagement features.
- Jumble - Music guessing game powered by Last.fm integration
- AniList Integration - Search and discover anime and manga information
- Experience & Leveling - Track user activity with an engaging XP system
- Custom Color Roles - Personalized roles with gradient color support
- Birthday Announcements - Never miss a community member's special day
- Avatar & Banner - Display user avatars and server banners
- Remind Me - Schedule personal reminders and notes
- Daily Announcements - Automated "good morning" and "good night" messages with configurable images
- Download and install Node.js
Enable corepack
# as root
corepack enableClone the repository and install the dependencies
# Clone the repository
git clone https://github.com/N3aar/Eery-Project.git
# Enter the project directory
cd Eery-Project
# Install the dependencies
pnpm install# Build the bot
pnpm build
# Start the bot
pnpm start# Start the bot in development mode
pnpm devThis project uses default Biome configuration see more at biome. You can also use the following command to format the code:
pnpm lint:fixThis project uses Conventional Commits to standardize the commit messages.
This project is licensed under the MIT License - see the LICENSE file for details.