From 8f194d40f1ada7d3c6e7dc562a0487d8019feaaa Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 6 Aug 2023 09:47:06 +0200 Subject: [PATCH] Bug fix --- events/buttons/verify.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/events/buttons/verify.js b/events/buttons/verify.js index 2ab60a8..8a1d920 100644 --- a/events/buttons/verify.js +++ b/events/buttons/verify.js @@ -1,10 +1,10 @@ const { ModalBuilder, ActionRowBuilder, TextInputBuilder, TextInputStyle } = require('discord.js') -const { color } = require('../config/options.json') +const { color } = require('../../config/options.json') module.exports = { name: 'verify', description: 'Configure the bot.', - type: 'btn', + type: 'button', async execute(interaction) {