mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 17:20:49 +00:00
osu: Implement check button!
This commit is contained in:
parent
1d250b8ea7
commit
32053c3fe3
11 changed files with 274 additions and 75 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue