Moved to using an object for execute args
This commit is contained in:
@@ -10,7 +10,7 @@ export = {
|
||||
name: "verifybox",
|
||||
description: "Verify box.",
|
||||
|
||||
async execute(interaction) {
|
||||
async execute({ interaction }) {
|
||||
await interaction.deferReply({ ephemeral: true })
|
||||
|
||||
const user = interaction.member as GuildMember
|
||||
|
||||
Reference in New Issue
Block a user