mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
mirror user card changes to guild card
This commit is contained in:
parent
7ef3e8c1c9
commit
20fe904a42
1 changed files with 2 additions and 2 deletions
|
@ -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: []
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue