Built as a replacement for the NeatQueue discord bot, bespoke for the balatro multiplayer server.
Botlatro provides an easy and reliable matchmaking system for players on the Discord. It replicates the functionality of NeatQueue while removing its tendency to crash, and with an orgy of added features. If you have used NeatQueue, this project should feel familiar but more stable and user friendly.
- Acts as a direct replacement for NeatQueue.
- Custom elo and decay systems.
- multi-queueing
- in-built & seamless banning system
- moderation tools
- Website integration at the official balatromp.com
- Easier to maintain and extend.
NeatQueue served the community well, but it wasn’t built with Balatro Multiplayer’s needs in mind. This project was created to provide a more focused, efficient alternative that doesnt crash EVERY FIVE SECONDS.
(out of date, updating soon)
- Clone the repo
- Install Bun
- Run
bun install - Download postgresql and set it all up on your PC properly
- Add the
.envfile to your project (see.env.example) - set 'type:' to 'module' in package.json
bun run migrateto initialize the DBbun run devto run the bot in development mode
