Skip to content

Commit

Permalink
Fix - windont (#32)
Browse files Browse the repository at this point in the history
* fix

* Create fix-windont-img.md
  • Loading branch information
petulka authored Apr 4, 2023
1 parent 676b011 commit 2c7eb1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/fix-windont-img.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
workshop-bot: patch
---

Fixed & resized the image for the windont command.
2 changes: 1 addition & 1 deletion src/commands/windont.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub(crate) async fn run(ctx: &Context, command: &ApplicationCommandInteraction)
message
.content(get_message(locale))
.embed(|embed| embed
.image("https://i.imgur.io/Lgb5Q4W_d.webp")
.image("https://i.imgur.com/LPeGu3c.jpeg")
.color(Color::from_rgb(110, 110, 110)))
})
})
Expand Down

0 comments on commit 2c7eb1b

Please sign in to comment.