I need help finding a Discord bot that can both monitor player achievements and automatically generate replay videos when someone gets a new personal best score.
Right now I’m using Bathbot which does track when users hit new top scores, but the problem is it doesn’t create the replay videos on its own. I have to manually request them each time.
Does anyone know of a bot that handles both the score tracking AND the automatic replay generation? It would save so much time if everything happened automatically when someone sets a new record.
I’ve been searching around but haven’t found anything that does both features together. Any suggestions would be really helpful!
Most Discord bots handle either score tracking or replay generation, but not both. I hit the same wall with my osu! server and ended up mixing two solutions instead of waiting around for the perfect bot. I use Bathbot for score monitoring plus a custom script that hooks into the osu! API for automatic replay pulls. The script watches Bathbot’s score announcements and processes them behind the scenes. Takes some setup with API keys and webhooks, but once it’s running, everything’s automatic. Players get their replays posted within minutes of hitting new records - no manual work needed. Yeah, you’re maintaining two systems, but the automation’s totally worth the extra hassle.
Had this exact issue with our gaming server. Spent weeks hunting for a bot that could handle both parts - nothing worked smoothly.
Built a custom fix using Latenode instead. It watches for score updates via webhooks, auto-generates replays, and posts them straight to Discord. Zero manual work.
You can hook up any game’s score API directly to Discord through their visual workflow thing. No coding needed, and way better than waiting for some random dev to add what you want.
Took about an hour to build. Now when someone beats their record, the replay just shows up in chat automatically.
i wish there was a bot like that too! the manual process is a pain. webhooks sound interesting tho, never thought of that. hopefully someone comes up with a better solution soon. good luck with your search!
Try AxerBot if you haven’t yet. Switched from Bathbot six months ago and it auto-generates replays for personal bests - no custom scripts needed. Setup’s easy: link your profile, pick which channels get the replays. It watches scores live and cranks out replays within minutes of a new PB. Works across multiple games too, so servers with mixed communities don’t need different bots. Only issue is replay quality can be sketchy on old scores, but recent ones work great. Worth testing before you build your own solution.