Update add.js
This commit is contained in:
parent
eb3a667a2f
commit
b6add79b26
1 changed files with 1 additions and 1 deletions
|
@ -85,5 +85,5 @@ module.exports = async (interaction) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
// Send interaction reply
|
// Send interaction reply
|
||||||
return await interaction.editReply({ embeds: [embed] });
|
return interaction.editReply({ embeds: [embed] });
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue