diff --git a/events/Guild/guildCreate.js b/events/Guild/guildCreate.js index d746d2e9..a3401aa8 100644 --- a/events/Guild/guildCreate.js +++ b/events/Guild/guildCreate.js @@ -42,7 +42,7 @@ class GuildCreate extends BaseEvent { text: client.config.embed.footer }) .setTimestamp(); - messageOptions.embed = thanksEmbed; + messageOptions.embeds = [thanksEmbed]; const owner = await guild.fetchOwner(); owner.send(messageOptions);