Kaeru Legacy is an archived JavaScript Discord bot project. It is no longer maintained and kept only for historical reference.
Kaeru Legacy was our original Discord bot built in vanilla JavaScript, featuring unique moderation and interaction tools tailored for our community. It served as a foundation and learning experience before we transitioned to a more modern TypeScript-based codebase.
Warning
This project is outdated and no longer supported. Do not use in production.
- Outdated technology stack and architecture
- Replaced by a new TypeScript rewrite with better scalability and maintainability
- No further updates or support will be provided
- Language: JavaScript (ES6+)
- Runtime: Node.js
- Discord API library: discord.js
If you want to experiment with this legacy version:
- Install Node.js
- Run
npm install
- Add your Discord bot token and config to
.env
- Run with
node index.js
Note
Kaeru Legacy was a crucial learning milestone but all new development continues on the TypeScript version.
Use at your own risk. This project is kept only for archival and reference purposes.