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