image.gif is wack

This commit is contained in:
Michał Gdula 2025-04-24 18:52:56 +01:00
parent 5bce2f6898
commit eb50802d1e

View file

@ -61,7 +61,7 @@ func registerSaveable(a *app.App) app.Callback {
Title: "Saveable", Title: "Saveable",
Description: "Image converted to GIF :3", Description: "Image converted to GIF :3",
Image: &discordgo.MessageEmbedImage{ Image: &discordgo.MessageEmbedImage{
URL: "attachment://image.gif", URL: "attachment://saveable.gif",
}, },
Color: utils.ColorFromRGB(255, 255, 255), Color: utils.ColorFromRGB(255, 255, 255),
}, },