* Prepare a message beforehand for display_beatmapset
* Implement a Beatmapset button
* Always sort top plays by pp
* Show leaderboard for top pp per user/mod only
* Add score simulation
* Store all reaction to be removed later
* Properly handle errors
* Parse beatmap to get placeholders for modal
* Make buttons same color
* Move mods to intermode wrapper
* Update rust to 1.79
* Move mods from homebrewed impl to rosu
* Display mod details
* Take clock-rate into account when calculating pp
* Allow specifying rate in mods input
* Formatting
* Fix clippy
* Import thiserror to make nicer errors
* Create wrappers for id that exposes old parsing behavior (from mentions)
* Use id wrappers when parsing parameters
* Use len() as hint for pagination
* Implement len for beatmapset paging
* More tweaks for pagination
* Move table rendering to display mod
* Use grid throughout the commands
* No more double user update
* Sort by PP by default
* Filter check by mod
* Filter lb by mod
* Improve 1-page cases
* Don't show DT when NC is on
* Allow leading + in mods parsing
* Extend Pagination
* Implement beatmapset display
* Move OkPrint to prelude
* Beatmapset display seems to work
* Put reaction handler into static
* Make clippy happy
* Add beatmapset caching and last --set
* Delay loading of beatmap info
* Simplify hook link handling
* Replies everywhere!
* Replies everywhereee!
* Make `paginate` take a Paginate trait impl, while `paginate_fn` takes a function
* Add `updatelb` command
* Implement a member cache
* Update member queries to use member cache
* Allow everyone to updatelb