From 6430f8c38d36f6868b15753cfce863fbb3ff7cc2 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Fri, 11 Aug 2023 00:55:40 +0200 Subject: [PATCH] fix --- commands/message/fun/disstrack.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/message/fun/disstrack.js b/commands/message/fun/disstrack.js index eee9369..ba0722d 100644 --- a/commands/message/fun/disstrack.js +++ b/commands/message/fun/disstrack.js @@ -7,6 +7,7 @@ const { codeblock, iconPill } = require('../../../labscore/utils/markdown') const { Permissions } = require("detritus-client/lib/constants"); const { canUseLimitedTestCommands } = require('../utils/testing') +const { STATICS } = require('../../../labscore/utils/statics') module.exports = { name: 'disstrack',