diff --git a/commands/message/image/craiyon.js b/commands/message/image/craiyon.js index 6ff892f..b3c1704 100644 --- a/commands/message/image/craiyon.js +++ b/commands/message/image/craiyon.js @@ -6,6 +6,7 @@ const { STATICS } = require("#utils/statics"); const { Permissions } = require("detritus-client/lib/constants"); const superagent = require('superagent'); +const { link } = require("#utils/markdown"); module.exports = { name: 'craiyon', diff --git a/commands/message/image/makesweet/circuitboard.js b/commands/message/image/makesweet/circuitboard.js index 4fc9d67..c3f07aa 100644 --- a/commands/message/image/makesweet/circuitboard.js +++ b/commands/message/image/makesweet/circuitboard.js @@ -7,6 +7,7 @@ const { STATICS } = require("#utils/statics"); const { Permissions } = require("detritus-client/lib/constants"); const { circuitBoard } = require("../../../../service/makesweet"); +const { link } = require("#utils/markdown"); module.exports = { name: 'circuitboard', diff --git a/commands/message/image/makesweet/flag.js b/commands/message/image/makesweet/flag.js index 3629845..820a7c9 100644 --- a/commands/message/image/makesweet/flag.js +++ b/commands/message/image/makesweet/flag.js @@ -7,6 +7,7 @@ const { STATICS } = require("#utils/statics"); const { Permissions } = require("detritus-client/lib/constants"); const { flag } = require("../../../../service/makesweet"); +const { link } = require("#utils/markdown"); module.exports = { name: 'flag', diff --git a/commands/message/image/makesweet/heartlocket.js b/commands/message/image/makesweet/heartlocket.js index 0badea9..930a923 100644 --- a/commands/message/image/makesweet/heartlocket.js +++ b/commands/message/image/makesweet/heartlocket.js @@ -7,6 +7,7 @@ const { STATICS } = require("#utils/statics"); const { Permissions } = require("detritus-client/lib/constants"); const { heartLocket } = require("../../../../service/makesweet"); +const { link } = require("#utils/markdown"); module.exports = { name: 'heartlocket', diff --git a/commands/message/image/photofunia/retro-wave.js b/commands/message/image/photofunia/retro-wave.js index 5232380..8ff37f7 100644 --- a/commands/message/image/photofunia/retro-wave.js +++ b/commands/message/image/photofunia/retro-wave.js @@ -6,6 +6,7 @@ const { STATICS } = require('#utils/statics') // TODO: Turn this into a general purpose permissions constant const { Permissions } = require("detritus-client/lib/constants"); +const { link } = require("#utils/markdown"); module.exports = { name: 'retro', diff --git a/commands/message/image/photofunia/yacht.js b/commands/message/image/photofunia/yacht.js index 0f3c214..f3322c0 100644 --- a/commands/message/image/photofunia/yacht.js +++ b/commands/message/image/photofunia/yacht.js @@ -6,6 +6,7 @@ const { STATICS } = require('#utils/statics') // TODO: Turn this into a general purpose permissions constant const { Permissions } = require("detritus-client/lib/constants"); +const { link } = require("#utils/markdown"); module.exports = { name: 'yacht',