From 20fe904a42bdec5f9e7eb7e457170861b9bc39ec Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Fri, 17 Jan 2025 21:37:11 +0100 Subject: [PATCH] mirror user card changes to guild card --- commands/message/info/guild.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/message/info/guild.js b/commands/message/info/guild.js index dbd8079..d59354f 100644 --- a/commands/message/info/guild.js +++ b/commands/message/info/guild.js @@ -5,7 +5,7 @@ const { createEmbed, page, formatPaginationEmbeds } = require("#utils/embed"); const { guildFeaturesField } = require("#utils/fields"); const { getAcronym, getGuildIcon } = require('#utils/guilds'); const { acknowledge } = require('#utils/interactions'); -const { icon, highlight, timestamp, codeblock, smallIconPill } = require("#utils/markdown"); +const { icon, highlight, timestamp, codeblock, smallIconPill, smallPill } = require("#utils/markdown"); const { editOrReply } = require("#utils/message"); module.exports = { @@ -58,7 +58,7 @@ module.exports = { name: g.name, iconUrl: getGuildIcon(g) }, - description: `${pillDisplay}\n\n${icon("calendar")} **Server created** ${timestamp(g.createdAt, "f")}`, + description: `${pillDisplay}\n\n${smallIconPill("id", "Server ID")} ${smallPill(g.id)}\n${smallIconPill("calendar", "Server Created")} ${timestamp(g.createdAt, "f")}`, fields: [] })