Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changes/fix-windont-img.md
Original file line numberDiff line numberDiff 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 numberDiff line numberDiff 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