Lazybot’s recent score commands give you an instant snapshot of what a player has been playing. UseDocumentation 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.
/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).
Player name. Defaults to the caller’s linked account.
Which recent play to retrieve.
1 = most recent, 3 = third-most-recent, and so on. Range: 1–50. Defaults to 1.Game mode. Accepted values:
osu, taiko, catch / fruits, mania. Defaults to the user’s saved default mode.PP algorithm version:
202210, 202411, 202502, 202510, 20260706. Omit to use the server-configured default.Panel style. On QQ controlled by the count of
& appended to the command.Command Alias Behaviour
| Alias | Includes Fails | Panel Style |
|---|---|---|
rp, pr, playrecent, p | ❌ Passes only | Standard score panel |
re, recent, r | ✅ All scores | Standard score panel |
ppr | ❌ Passes only | PP+ quadrant panel |
pre | ✅ All scores | PP+ quadrant panel |
Examples
- Discord
- QQ / OneBot
/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).
Player name. Defaults to the caller’s linked account.
Game mode override.
Pass
& to render as a list panel instead of cards.Examples
Alias Summary
| Alias | Includes Fails | Output Style (default) |
|---|---|---|
prs | ❌ Passes only | Card list |
rps | ❌ Passes only | Card list |
ps | ❌ Passes only | Card list |
rs | ✅ All scores | Card list (or list with &) |
res | ✅ All scores | Card 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.