From 41ae0e14777b939b86254e9a2c8f6087476ca721 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Sat, 2 Dec 2023 01:54:25 +0100 Subject: [PATCH] fix eror --- commands/message/limited/bard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/message/limited/bard.js b/commands/message/limited/bard.js index b82c438..18ef4bf 100644 --- a/commands/message/limited/bard.js +++ b/commands/message/limited/bard.js @@ -7,7 +7,7 @@ const { STATIC_ICONS } = require('../../../labscore/utils/statics'); const superagent = require('superagent') const { iconPill, stringwrap } = require('../../../labscore/utils/markdown') -const { Permissions } = require("detritus-client/lib/constants"); +const { Permissions, InteractionCallbackTypes } = require("detritus-client/lib/constants"); const { Components } = require('detritus-client/lib/utils'); module.exports = {