diff --git a/commands/message/utils/screenshot.js b/commands/message/utils/screenshot.js index a6a3eb1..3ff92bb 100644 --- a/commands/message/utils/screenshot.js +++ b/commands/message/utils/screenshot.js @@ -55,7 +55,12 @@ module.exports = { }) } catch(e){ console.log(e) - return await response.edit({ embeds: [createEmbed("error", context, `Unable to create screenshot.`) ] }) + return await response.edit({ + embeds: [createEmbed("image", context, { + url: "https://derpystuff.gitlab.io/webstorage4/v2/assets/screenshot/screenshot_error.png", + time: ((Date.now() - t) / 1000).toFixed(2) + })] + }) } } }; \ No newline at end of file