Solved little issue

This commit is contained in:
CorwinDev 2022-12-14 16:40:07 +01:00
parent 8d03b65a60
commit cfb97ca88b

View file

@ -308,7 +308,7 @@ module.exports = (client) => {
}).catch(e => { });
}
else {
return await interaction.channel.send({
return await interaction.send({
embeds: embeds,
content: content,
components: components,