From 515dcc73b35533b8dd83bc17416c35ae5c9e430f Mon Sep 17 00:00:00 2001 From: petulka Date: Tue, 4 Apr 2023 18:12:26 +0200 Subject: [PATCH 1/2] fix --- src/commands/windont.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/windont.rs b/src/commands/windont.rs index f01285d..cc0fa9d 100644 --- a/src/commands/windont.rs +++ b/src/commands/windont.rs @@ -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))) }) }) From 7ef03ac992dd94a9359f31cc46133ae41109654d Mon Sep 17 00:00:00 2001 From: petulka Date: Tue, 4 Apr 2023 18:13:31 +0200 Subject: [PATCH 2/2] Create fix-windont-img.md --- .changes/fix-windont-img.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/fix-windont-img.md diff --git a/.changes/fix-windont-img.md b/.changes/fix-windont-img.md new file mode 100644 index 0000000..b86a370 --- /dev/null +++ b/.changes/fix-windont-img.md @@ -0,0 +1,5 @@ +--- +workshop-bot: patch +--- + +Fixed & resized the image for the windont command.