mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -04:00
show emoji shortcodes
This commit is contained in:
parent
fa2c36f4e5
commit
ffe9fa9a5b
1 changed files with 2 additions and 0 deletions
|
@ -177,6 +177,7 @@ module.exports = {
|
|||
name: `${res.data.name} • ${emojiAsset[0].version}`,
|
||||
url: res.data.link
|
||||
},
|
||||
description: res.data.codes.map((c)=>pill(c)).join(' '),
|
||||
image: {
|
||||
url: emojiAsset[0].src
|
||||
},
|
||||
|
@ -215,6 +216,7 @@ module.exports = {
|
|||
name: `${res.data.name} • ${res.data.platforms[args.type].images[0].version}`,
|
||||
url: res.data.link
|
||||
},
|
||||
description: res.data.codes.map((c)=>pill(c)).join(' '),
|
||||
image: {
|
||||
url: res.data.platforms[args.type].images[0].src
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue