diff --git a/youmubot-osu/src/discord/interaction.rs b/youmubot-osu/src/discord/interaction.rs index ff10bb6..a043b14 100644 --- a/youmubot-osu/src/discord/interaction.rs +++ b/youmubot-osu/src/discord/interaction.rs @@ -41,7 +41,7 @@ pub fn beatmap_components(guild_id: Option) -> 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) }