Moved to using an object for execute args
This commit is contained in:
@@ -20,7 +20,7 @@ export = {
|
||||
)
|
||||
.setDMPermission(false),
|
||||
|
||||
async execute(interaction) {
|
||||
async execute({ interaction }) {
|
||||
const user = (interaction.options.getUser("user") || interaction.user) as User
|
||||
let size: number
|
||||
|
||||
|
||||
Reference in New Issue
Block a user