diff --git a/commands/interaction/context/ocr.js b/commands/interaction/context/ocr.js index 8d6c96c..5c1aef1 100644 --- a/commands/interaction/context/ocr.js +++ b/commands/interaction/context/ocr.js @@ -78,7 +78,7 @@ module.exports = { }) await editOrReply(context, createEmbed("default", context, { - embeds: [{ + embeds: [createEmbed("default", context, { thumbnail: { url: attachment }, @@ -87,7 +87,7 @@ module.exports = { iconUrl: STATICS.googlelens, text: `Google Lens • ${context.application.name} • Took ${ocr.timings}s` } - }], + })], components })) }catch(e){