Skip to content

Commit

Permalink
this used to work but discord changed something and now it fails to u…
Browse files Browse the repository at this point in the history
…pdate
  • Loading branch information
BrettMayson committed May 17, 2024
1 parent beaca04 commit ace4907
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/bot/src/discord/slash/schedule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,9 @@ pub async fn rsvp_button(ctx: &Context, component: &ComponentInteraction) -> ser
.edit_message(
&ctx.http,
message,
EditMessage::default().embed(make_post_embed(&scheduled, &rsvps)),
EditMessage::default()
.embed(make_post_embed(&scheduled, &rsvps))
.components(vec![rsvp_buttons()]),
)
.await
{
Expand Down

0 comments on commit ace4907

Please sign in to comment.