From bd385d802d0d0059d5fb3d24bdc8b53c96fcbb4f Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Wed, 13 Apr 2022 23:29:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20describe=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/events/interactionCreate/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/events/interactionCreate/index.ts b/src/events/interactionCreate/index.ts index be7350e..e16ef00 100644 --- a/src/events/interactionCreate/index.ts +++ b/src/events/interactionCreate/index.ts @@ -1,6 +1,7 @@ -// Dependencies +// 3rd party dependencies import { CommandInteraction } from "discord.js"; +// Dependencies import isCommand from "@root/events/interactionCreate/components/isCommand"; export default {