switch to displaying emoji revision

This commit is contained in:
derpystuff 2024-04-11 23:11:27 +02:00
parent b827ae5212
commit 3e4d5258ae
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ module.exports = {
currentView = createEmbed("default", context, { currentView = createEmbed("default", context, {
author: { author: {
iconUrl: ico, iconUrl: ico,
name: `${newView.data.name}Unicode ${newView.data.metadata.version.unicode}`, name: `${newView.data.name}Emoji ${newView.data.metadata.version.emoji}`,
url: newView.data.link url: newView.data.link
}, },
description: newView.data.codes.map((c)=>pill(c)).join(' ') + "\n\n" + newView.data.metadata.description, description: newView.data.codes.map((c)=>pill(c)).join(' ') + "\n\n" + newView.data.metadata.description,

View file

@ -85,7 +85,7 @@ module.exports = {
currentView = createEmbed("default", context, { currentView = createEmbed("default", context, {
author: { author: {
iconUrl: ico, iconUrl: ico,
name: `${newView.data.name}Unicode ${newView.data.metadata.version.unicode}`, name: `${newView.data.name}Emoji ${newView.data.metadata.version.emoji}`,
url: newView.data.link url: newView.data.link
}, },
description: newView.data.codes.map((c)=>pill(c)).join(' ') + "\n\n" + newView.data.metadata.description, description: newView.data.codes.map((c)=>pill(c)).join(' ') + "\n\n" + newView.data.metadata.description,