mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -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, {
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue