osu: Implement check button!

This commit is contained in:
Natsu Kagami 2024-07-14 00:16:12 +02:00
parent 1d250b8ea7
commit 32053c3fe3
Signed by: nki
GPG key ID: 55A032EB38B49ADB
11 changed files with 274 additions and 75 deletions

View file

@ -164,7 +164,8 @@ pub async fn paginate(
paginate_with_first_message(pager, ctx, message, timeout).await
}
async fn paginate_with_first_message(
/// Paginate with the first message already created.
pub async fn paginate_with_first_message(
mut pager: impl Paginate,
ctx: &Context,
mut message: Message,