Skip to content

Commit

Permalink
cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacherr committed Oct 20, 2024
1 parent b328204 commit 4b5bcc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assyst-core/src/command/componentctxt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ pub fn button_emoji_new(custom_id: &str, emoji: EmojiReactionType, style: Button
label: None,
style,
url: None,
sku_id: None,
}
}

Expand All @@ -160,6 +161,7 @@ pub fn button_new(custom_id: &str, label: &str, style: ButtonStyle) -> Button {
label: Some(label.to_owned()),
style,
url: None,
sku_id: None,
}
}

Expand Down

0 comments on commit 4b5bcc6

Please sign in to comment.