mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 23:23:08 -04:00
update guildinfo card layout
This commit is contained in:
parent
a3d6e3eca5
commit
6fb60a5542
1 changed files with 6 additions and 5 deletions
|
@ -54,11 +54,12 @@ module.exports = {
|
||||||
}
|
}
|
||||||
|
|
||||||
let guildCard = createEmbed("default", context, {
|
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")}`,
|
author: {
|
||||||
fields: [],
|
name: g.name,
|
||||||
thumbnail: {
|
iconUrl: getGuildIcon(g)
|
||||||
url: getGuildIcon(g)
|
},
|
||||||
}
|
description: `${pillDisplay}\n\n${icon("calendar")} **Server created** ${timestamp(g.createdAt, "f")}`,
|
||||||
|
fields: []
|
||||||
})
|
})
|
||||||
|
|
||||||
// Channel Container
|
// Channel Container
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue