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) {