mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 14:43:05 -04:00
switch to displaying emoji revision
This commit is contained in:
parent
b827ae5212
commit
3e4d5258ae
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ module.exports = {
|
|||
currentView = createEmbed("default", context, {
|
||||
author: {
|
||||
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
|
||||
},
|
||||
description: newView.data.codes.map((c)=>pill(c)).join(' ') + "\n\n" + newView.data.metadata.description,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue