mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 00:38:54 +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.
|
||||
pub fn check_button() -> CreateButton {
|
||||
CreateButton::new(BTN_CHECK)
|
||||
.label("Check")
|
||||
.label("Me")
|
||||
.emoji('🔎')
|
||||
.style(serenity::all::ButtonStyle::Success)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue