Moved to using an object for execute args
This commit is contained in:
@@ -17,7 +17,7 @@ export = {
|
||||
.setDefaultMemberPermissions(PermissionFlagsBits.Administrator)
|
||||
.setDMPermission(false),
|
||||
|
||||
async execute(interaction) {
|
||||
async execute({ interaction }) {
|
||||
await interaction.deferReply({ ephemeral: true })
|
||||
|
||||
const targetId = interaction.targetId
|
||||
|
||||
Reference in New Issue
Block a user