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