Moved to using an object for execute args
This commit is contained in:
@@ -7,7 +7,7 @@ export = {
|
||||
name: "denyreasonbox",
|
||||
description: "Deny reason box.",
|
||||
|
||||
async execute(interaction) {
|
||||
async execute({ interaction }) {
|
||||
await interaction.deferReply()
|
||||
|
||||
const guild = interaction.guild!
|
||||
|
||||
Reference in New Issue
Block a user