osuAkatsuki / bancho.py

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

feat: make !recent work with offline players #638

Open cmyui opened 7 months ago

cmyui commented 7 months ago

Very similar in nature to #636 -- we should be using the scores repository to fetch this data from the database, rather than looking into the player's active session to find their scores. This allows us full access to historical data.