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. 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))) }) })