osuAkatsuki / bancho.py

An osu! server for the generic public, optimized for maintainability in modern python
https://akatsuki.gg
MIT License
213 stars 128 forks source link

Migrate beatmap objects off kwargs (& fix bugs found from migration) #615

Closed cmyui closed 7 months ago

cmyui commented 7 months ago

Describe your changes

I've been removing usage of kwargs across the codebase for better typing & simplicity.

This PR migrates beatmap objects.

Related Issues / Projects

Checklist