mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 18:35:22 +00:00
Solved little issue
This commit is contained in:
parent
8d03b65a60
commit
cfb97ca88b
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ module.exports = (client) => {
|
||||||
}).catch(e => { });
|
}).catch(e => { });
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return await interaction.channel.send({
|
return await interaction.send({
|
||||||
embeds: embeds,
|
embeds: embeds,
|
||||||
content: content,
|
content: content,
|
||||||
components: components,
|
components: components,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue