From cc0746b33bd290ed612fc40e91df42828f1d86f1 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Fri, 3 Jan 2025 14:53:53 +0100 Subject: [PATCH] Revert score per page to 5 --- youmubot-osu/src/discord/display.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youmubot-osu/src/discord/display.rs b/youmubot-osu/src/discord/display.rs index 4f6c021..35fbc2e 100644 --- a/youmubot-osu/src/discord/display.rs +++ b/youmubot-osu/src/discord/display.rs @@ -194,7 +194,7 @@ mod scores { } } - const ITEMS_PER_PAGE: usize = 10; + const ITEMS_PER_PAGE: usize = 5; #[async_trait] impl pagination::Paginate for Paginate {