mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-20 01:08:55 +00:00
osu: Make buttons shorter
This commit is contained in:
parent
fcd6879f86
commit
346f74e6c4
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ pub fn beatmap_components(guild_id: Option<GuildId>) -> CreateActionRow {
|
||||||
/// Creates a new check button.
|
/// Creates a new check button.
|
||||||
pub fn check_button() -> CreateButton {
|
pub fn check_button() -> CreateButton {
|
||||||
CreateButton::new(BTN_CHECK)
|
CreateButton::new(BTN_CHECK)
|
||||||
.label("Check")
|
.label("Me")
|
||||||
.emoji('🔎')
|
.emoji('🔎')
|
||||||
.style(serenity::all::ButtonStyle::Success)
|
.style(serenity::all::ButtonStyle::Success)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue