Moved to using an object for execute args
This commit is contained in:
@@ -7,7 +7,7 @@ export = {
|
||||
name: "waitinglistupdate",
|
||||
description: "Update the waiting list.",
|
||||
|
||||
async execute(interaction) {
|
||||
async execute({ interaction }) {
|
||||
await interaction.deferReply({ ephemeral: true })
|
||||
|
||||
const user = interaction.user
|
||||
|
||||
Reference in New Issue
Block a user