show emoji shortcodes

This commit is contained in:
derpystuff 2023-07-02 14:54:11 +02:00
parent fa2c36f4e5
commit ffe9fa9a5b

View file

@ -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
},