Skip to content

Commit 2c7eb1b

Browse files
author
petulka
authored
Fix - windont (#32)
* fix * Create fix-windont-img.md
1 parent 676b011 commit 2c7eb1b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changes/fix-windont-img.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
workshop-bot: patch
3+
---
4+
5+
Fixed & resized the image for the windont command.

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.io/Lgb5Q4W_d.webp")
37+
.image("https://i.imgur.com/LPeGu3c.jpeg")
3838
.color(Color::from_rgb(110, 110, 110)))
3939
})
4040
})

0 commit comments

Comments
 (0)