From b300f598b6846384a98722d424369690904dd6c1 Mon Sep 17 00:00:00 2001 From: Taken Date: Mon, 20 Nov 2023 13:17:23 +0100 Subject: [PATCH] Removed unused import --- events/buttons/guildapplicationdeny.js | 1 - 1 file changed, 1 deletion(-) diff --git a/events/buttons/guildapplicationdeny.js b/events/buttons/guildapplicationdeny.js index 6e0079a..99ad2b1 100644 --- a/events/buttons/guildapplicationdeny.js +++ b/events/buttons/guildapplicationdeny.js @@ -1,5 +1,4 @@ const { ModalBuilder, ActionRowBuilder, TextInputBuilder, TextInputStyle } = require('discord.js'); -const { color } = require('../../config/options.json'); module.exports = { name: 'guildapplicationdeny',