mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 16:28:26 +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 => { });
|
||||
}
|
||||
else {
|
||||
return await interaction.channel.send({
|
||||
return await interaction.send({
|
||||
embeds: embeds,
|
||||
content: content,
|
||||
components: components,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue