From 476941746fa4c1304f986b8b807f63ce91d8844c Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 21 Mar 2024 20:03:43 -0400 Subject: [PATCH] Fix --- commands/edit-image/sketch.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/edit-image/sketch.js b/commands/edit-image/sketch.js index 0c6acb4e..f13695ec 100644 --- a/commands/edit-image/sketch.js +++ b/commands/edit-image/sketch.js @@ -2,6 +2,7 @@ const Command = require('../../framework/Command'); const gm = require('gm').subClass({ imageMagick: true }); const request = require('node-superfetch'); const { magikToBuffer, reactIfAble } = require('../../util/Util'); +const { LOADING_EMOJI_ID } = process.env; module.exports = class SketchCommand extends Command { constructor(client) {