osu: Make buttons shorter

This commit is contained in:
Natsu Kagami 2024-07-14 05:33:04 +02:00
parent fcd6879f86
commit 346f74e6c4
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -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)
} }