Moved to using an object for execute args
This commit is contained in:
@@ -5,7 +5,7 @@ export = {
|
||||
name: "verify",
|
||||
description: "Configure the bot.",
|
||||
|
||||
async execute(interaction) {
|
||||
async execute({ interaction }) {
|
||||
const modal = new ModalBuilder()
|
||||
.setTitle("Verification")
|
||||
.setCustomId("verifybox")
|
||||
|
||||
Reference in New Issue
Block a user