diff --git a/commands/img/img.go b/commands/img/img.go index 5cd5859..1a6fb24 100644 --- a/commands/img/img.go +++ b/commands/img/img.go @@ -61,7 +61,7 @@ func registerSaveable(a *app.App) app.Callback { Title: "Saveable", Description: "Image converted to GIF :3", Image: &discordgo.MessageEmbedImage{ - URL: "attachment://image.gif", + URL: "attachment://saveable.gif", }, Color: utils.ColorFromRGB(255, 255, 255), },