Update dependencies

This commit is contained in:
jude
2024-12-04 21:29:33 +00:00
parent 14913deb3a
commit 1298aa2eb7
3 changed files with 718 additions and 614 deletions

View File

@@ -123,7 +123,6 @@ pub async fn listener(ctx: &Context, event: &FullEvent, data: &Data) -> Result<(
ActionRowComponent::Button(button) => match &button
.data
{
ButtonKind::Link { .. } => {}
ButtonKind::NonLink { custom_id, style } => row
.push(
CreateButton::new(
@@ -148,6 +147,7 @@ pub async fn listener(ctx: &Context, event: &FullEvent, data: &Data) -> Result<(
)
.style(*style),
),
_ => {}
},
_ => {}
}