Moved to using an object for execute args
This commit is contained in:
@@ -14,7 +14,7 @@ export = {
|
||||
.setDescription("Displays the requirements for the guild.")
|
||||
.setDMPermission(false),
|
||||
|
||||
async execute(interaction) {
|
||||
async execute({ interaction }) {
|
||||
await interaction.reply({
|
||||
embeds: [{
|
||||
title: "Requirements",
|
||||
|
||||
Reference in New Issue
Block a user