diff --git a/commands/fun/makesweet.ts b/commands/fun/makesweet.ts index 35379d0..9df01e4 100644 --- a/commands/fun/makesweet.ts +++ b/commands/fun/makesweet.ts @@ -137,7 +137,7 @@ export default commandModule({ new ButtonBuilder() .setLabel('Enlace al GIF') .setEmoji('📲') - .setURL(message.attachments.first()!.url) + .setURL(`https://api.srizan.ml/misc/download?url=${message.attachments.first()!.url}&type=gif`) .setStyle(ButtonStyle.Link) ); await ctx.interaction.editReply({