diff --git a/commands/message/info/guild.js b/commands/message/info/guild.js index 9b43f52..c7dafd1 100644 --- a/commands/message/info/guild.js +++ b/commands/message/info/guild.js @@ -54,11 +54,12 @@ module.exports = { } let guildCard = createEmbed("default", context, { - description: `${icon("home")} **${g.name}** ${highlight(`(${g.id})`)}\n${pillDisplay}\n\n${icon("calendar")} **Server created** ${timestamp(g.createdAt, "f")}`, - fields: [], - thumbnail: { - url: getGuildIcon(g) - } + author: { + name: g.name, + iconUrl: getGuildIcon(g) + }, + description: `${pillDisplay}\n\n${icon("calendar")} **Server created** ${timestamp(g.createdAt, "f")}`, + fields: [] }) // Channel Container