Moved to using an object for execute args
This commit is contained in:
@@ -13,7 +13,7 @@ export = {
|
||||
.setDescription("Get's the bot's ping.")
|
||||
.setDMPermission(false),
|
||||
|
||||
async execute(interaction, client) {
|
||||
async execute({ interaction, client }) {
|
||||
await interaction.deferReply()
|
||||
await interaction.editReply({
|
||||
embeds: [{
|
||||
|
||||
Reference in New Issue
Block a user