mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -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}`,
|
name: `${res.data.name} • ${emojiAsset[0].version}`,
|
||||||
url: res.data.link
|
url: res.data.link
|
||||||
},
|
},
|
||||||
|
description: res.data.codes.map((c)=>pill(c)).join(' '),
|
||||||
image: {
|
image: {
|
||||||
url: emojiAsset[0].src
|
url: emojiAsset[0].src
|
||||||
},
|
},
|
||||||
|
@ -215,6 +216,7 @@ module.exports = {
|
||||||
name: `${res.data.name} • ${res.data.platforms[args.type].images[0].version}`,
|
name: `${res.data.name} • ${res.data.platforms[args.type].images[0].version}`,
|
||||||
url: res.data.link
|
url: res.data.link
|
||||||
},
|
},
|
||||||
|
description: res.data.codes.map((c)=>pill(c)).join(' '),
|
||||||
image: {
|
image: {
|
||||||
url: res.data.platforms[args.type].images[0].src
|
url: res.data.platforms[args.type].images[0].src
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue