From ee179b0dd931f7e4fdbeb672f995fb378fc887c3 Mon Sep 17 00:00:00 2001 From: Sai Teja Madha Date: Sat, 15 Jul 2023 01:21:01 -0700 Subject: [PATCH] bug fix --- src/handlers/command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handlers/command.js b/src/handlers/command.js index 1bcb220cd..ae934f4f1 100644 --- a/src/handlers/command.js +++ b/src/handlers/command.js @@ -1,4 +1,4 @@ -const { EmbedBuilder } = require("discord.js"); +const { EmbedBuilder, ApplicationCommandOptionType } = require("discord.js"); const { OWNER_IDS, PREFIX_COMMANDS, EMBED_COLORS } = require("@root/config"); const { parsePermissions } = require("@helpers/Utils"); const { timeformat } = require("@helpers/Utils");