Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/Apeuriox/lazybot-renewal/llms.txt

Use this file to discover all available pages before exploring further.

Lazybot’s recent score commands give you an instant snapshot of what a player has been playing. Use /rp when you only care about passing scores, and the series variants when you want a scrollable list of recent activity — all with full PP breakdown and customisable panel styles.

/rp — Most Recent Passing Score

Aliases: pr, playrecent, re, recent, p, r, ppr, pre Fetches a recent score by index. The rp, pr, playrecent, and p aliases query passing scores only; the re, recent, and r aliases include all recent plays (including fails). The aliases ppr and pre return a PP+ quadrant panel instead of the standard score card — ppr fetches from the passing-only history, while pre fetches from all recent plays (including fails).
user
string
Player name. Defaults to the caller’s linked account.
index
integer
Which recent play to retrieve. 1 = most recent, 3 = third-most-recent, and so on. Range: 1–50. Defaults to 1.
mode
string
Game mode. Accepted values: osu, taiko, catch / fruits, mania. Defaults to the user’s saved default mode.
algorithm
string
PP algorithm version: 202210, 202411, 202502, 202510, 20260706. Omit to use the server-configured default.
version
integer
Panel style. On QQ controlled by the count of & appended to the command.

Command Alias Behaviour

AliasIncludes FailsPanel Style
rp, pr, playrecent, p❌ Passes onlyStandard score panel
re, recent, r✅ All scoresStandard score panel
ppr❌ Passes onlyPP+ quadrant panel
pre✅ All scoresPP+ quadrant panel

Examples

/rp
/rp user:Aloic index:10
/rp user:Aloic index:10 algorithm:202411
/rp user:Aloic index:10 version:2
Use the algorithm parameter to compare how a recent score would be rated under different PP reworks. For instance, passing @202210 alongside @202502 lets you see the PP delta from the latest rework for that specific play.

/rs — Recent Score Series (List View)

Aliases: prs, rps, rs, res, ps Returns a quick list of up to 21 recent scores. By default renders as a card list. Appending & switches to a list view. The prs, rps, and ps aliases request passing scores only; rs and res include all recent plays (including fails).
user
string
Player name. Defaults to the caller’s linked account.
mode
string
Game mode override.
version
string
Pass & to render as a list panel instead of cards.

Examples

/ps
/rs Aloic
/prs &
/rps Aloic &

Alias Summary

AliasIncludes FailsOutput Style (default)
prs❌ Passes onlyCard list
rps❌ Passes onlyCard list
ps❌ Passes onlyCard list
rs✅ All scoresCard list (or list with &)
res✅ All scoresCard list
osu! previously limited the recent scores API response to the last 50 plays. ppy later reduced the default API limit to 5. Lazybot explicitly requests the full recent history so the index parameter reliably works up to the available window.

Build docs developers (and LLMs) love