mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
фикс
This commit is contained in:
parent
12855f99e9
commit
042b32d942
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class GuildCreate extends BaseEvent {
|
||||||
text: client.config.embed.footer
|
text: client.config.embed.footer
|
||||||
})
|
})
|
||||||
.setTimestamp();
|
.setTimestamp();
|
||||||
messageOptions.embed = thanksEmbed;
|
messageOptions.embeds = [thanksEmbed];
|
||||||
|
|
||||||
const owner = await guild.fetchOwner();
|
const owner = await guild.fetchOwner();
|
||||||
owner.send(messageOptions);
|
owner.send(messageOptions);
|
||||||
|
|
Loading…
Reference in a new issue