Bug fix
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
const { ModalBuilder, ActionRowBuilder, TextInputBuilder, TextInputStyle } = require('discord.js')
|
const { ModalBuilder, ActionRowBuilder, TextInputBuilder, TextInputStyle } = require('discord.js')
|
||||||
const { color } = require('../config/options.json')
|
const { color } = require('../../config/options.json')
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'verify',
|
name: 'verify',
|
||||||
description: 'Configure the bot.',
|
description: 'Configure the bot.',
|
||||||
type: 'btn',
|
type: 'button',
|
||||||
|
|
||||||
async execute(interaction) {
|
async execute(interaction) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user