Lazybot includes a set of management commands intended for bot administrators and server operators. Most of these commands require admin privileges enforced byDocumentation 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.
AuthorityVerifier; some are bot-owner-only and rely on hardcoded admin IDs in PermissionChainHandler.
Monitoring & Diagnostics
/monitor
Aliases: monitorAccess: Any linked user
Platform: Discord ✓ · QQ ✓ Displays a command usage panel showing how often each Lazybot command has been called. The panel is rendered as an image using the
CommandUsage.svg template via RendererDistributor.renderCommandUsage().
/年度总结 (Annual Summary)
Aliases: 年度总结Access: Admin
Platform: QQ ✓ Generates an annual activity summary for the bot instance — a year-in-review panel covering command usage statistics. Only available between 14 December and 16 January; calls outside this window return an informational message instead.
The Discord (
SlashCommandInteractionEvent) path for /年度总结 has no implemented body in the source. This command is currently available on the QQ/OneBot interface only.User Management
/verify
Aliases: verifyAccess: Admin
Platform: QQ ✓ Verifies a user’s osu! account binding against the osu! API. Used to confirm that a linked account is still valid.
The QQ user ID or osu! username to verify.
The Discord (
SlashCommandInteractionEvent) path for /verify has no implemented body in the source. This command is currently available on the QQ/OneBot interface only./li / /linkinfo
Aliases: li, linkinfoAccess: Admin only (enforced by
AuthorityVerifier.isAdmin)Platform: QQ ✓ Look up which osu! account a QQ user ID is currently bound to. Returns the binding summary string from
UserBindingPO.toSimpleString().
The QQ user ID to look up. Must be a valid numeric ID.
The Discord (
SlashCommandInteractionEvent) path for /li has no implemented body in the source. This command is currently available on the QQ/OneBot interface only./um (Update Beatmap Background)
Aliases: umAccess: Admin
Platform: QQ ✓ Updates the cached background image for a specific beatmap, identified by its beatmap ID. Accepts a
BeatmapParameter (bid) and delegates to manageService.updateBeatmapBackground().
The Discord (
SlashCommandInteractionEvent) path for /um has no implemented body in the source. This command is currently available on the QQ/OneBot interface only.Cache & Data
/update
Aliases: updateAccess: Any linked user
Platform: Discord ✓ · QQ ✓ Manually refreshes cached data for a user. Useful when a player’s stats have changed and Lazybot’s cache is stale.
The type of data to refresh:
1— Player info (rank, PP, statistics)2— osuTrack data (BP history)
The osu! username to update. Defaults to the caller’s linked account.
/verifymap / /vm
Aliases: verifymap, vmAccess: Admin
Platform: Discord ✓ · QQ ✓ Verifies whether a cached
.osu beatmap file for the given BID is stale or missing. Used to maintain the local beatmap cache integrity.
The beatmap ID to check.
Help
/help
Aliases: helpAccess: Any user
Platform: Discord ✓ · QQ ✓ Displays the Lazybot help panel — a rendered image (
Help.jpg) listing all available commands with short descriptions.
Geometry Dash
/gdsearch / /gdquery / /gd查询
/gdsearch (and its aliases /gdquery, /gd查询) is not currently implemented. The SearchCommand.java source file is entirely commented out and the command is not registered. Do not attempt to use this command — it will not be recognised by the bot.Command Reference
| Command | Aliases | Access | Description |
|---|---|---|---|
/monitor | monitor | Any user | Command usage stats panel |
/年度总结 | — | Admin | Annual activity summary (QQ only) |
/verify | verify | Admin | Verify user osu! binding (QQ only) |
/li | linkinfo | Admin | Look up QQ → osu! binding (QQ only) |
/um | — | Admin | Update beatmap background cache (QQ only) |
/update | update | Any user | Refresh cached data |
/verifymap | vm | Admin | Check beatmap cache validity |
/help | help | Any user | Display help panel |
/gdsearch | gdquery, gd查询 | Any user | Not implemented — Geometry Dash demon search |