diff --git a/youmubot-osu/src/discord/display.rs b/youmubot-osu/src/discord/display.rs index cf02cec..725cd26 100644 --- a/youmubot-osu/src/discord/display.rs +++ b/youmubot-osu/src/discord/display.rs @@ -1,5 +1,8 @@ pub use beatmapset::display_beatmapset; +// mod scores { +// } + mod beatmapset { use crate::{ discord::{ @@ -71,6 +74,10 @@ mod beatmapset { #[async_trait] impl pagination::Paginate for Paginate { + fn len(&self) -> Option { + Some(self.maps.len()) + } + async fn render( &mut self, page: u8,