An ES6 bot made initially for the DebiAnime Discord server, but now can handle different servers!
DebiAnime Bot is a versatile Discord bot developed in ES6, designed to enhance the user experience in anime-related servers. It offers a variety of features including a leveling system, anime episode notifications, moderation, etc.
- User activity-based leveling system
- New anime episode notifications
- Customizable per-server settings
- Node.js
- Discord.js v14
- MongoDB (via @keyv/mongo)
- LiveChart RSS for anime updates
-
Clone the repository:
git clone https://github.com/guritso/debianime-bot.git -
Install dependencies:
yarn install # or npm install -
Set up environment variables in a
.envfile:BOT_TOKEN=your_discord_token MONGO_DB_URI=your_mongodb_uri -
Start the bot:
yarn start # or npm run start
Use the /config command to set up specific channels for:
- Welcome messages
- User ranking
- Anime notifications
MIT License - LICENSE
GuriZenit