diff --git a/commands/message/utils/emoji.js b/commands/message/utils/emoji.js index d1a91b1..faf8f82 100644 --- a/commands/message/utils/emoji.js +++ b/commands/message/utils/emoji.js @@ -154,6 +154,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 },