Skip to content

Commit aeac2bd

Browse files
petulkamarekvospel
andauthored
amimir + windont embed fix (#26)
* embed fix * fix embed * fix * neštvi me pls * Update .changes/embedfix.md Co-authored-by: Marek Vospel <73162071+marekvospel@users.noreply.github.com> --------- Co-authored-by: Marek Vospel <73162071+marekvospel@users.noreply.github.com>
1 parent cc20837 commit aeac2bd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changes/embedfix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
workshop-bot: fix
3+
---
4+
5+
Embed fix

src/commands/amimir.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub(crate) async fn run(ctx: &Context, command: &ApplicationCommandInteraction)
3434
message
3535
.content(get_message(locale))
3636
.embed(|embed| embed
37-
.image("https://i.imgur.com/a/FfhLuhM")
37+
.image("https://i.imgur.io/acBE6kL_d.webp")
3838
.color(Color::from_rgb(110, 110, 110)))
3939
})
4040
})

src/commands/windont.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub(crate) async fn run(ctx: &Context, command: &ApplicationCommandInteraction)
3434
message
3535
.content(get_message(locale))
3636
.embed(|embed| embed
37-
.image("https://i.imgur.com/a/xk9W3fy")
37+
.image("https://i.imgur.io/Lgb5Q4W_d.webp")
3838
.color(Color::from_rgb(110, 110, 110)))
3939
})
4040
})

0 commit comments

Comments
 (0)