Skip to content

Commit

Permalink
๐Ÿงฟ TheMystic-Bot-MD ๐Ÿ”ฎ
Browse files Browse the repository at this point in the history
  • Loading branch information
glytglobal authored Sep 18, 2024
1 parent b14a16b commit 6336de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/search-npmjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ let handler = async (m, { text }) => {
let { objects } = await res.json()
if (!objects.length) throw `ใ€Œ โ—๏ธ ใ€ LA BUSQUEDA "${text}" NO FUE ENCONTRADA`
let txt = objects.map(({ package: pkg }) => {
return
`โœฐ ๐๐จ๐ฆ๐›๐ซ๐ž: ${pkg.name}
return `
โœฐ ๐๐จ๐ฆ๐›๐ซ๐ž: ${pkg.name}
โœฐ ๐•๐ž๐ซ๐ฌ๐ข๐จ๐ง: V${pkg.version}
โœฐ ๐„๐ง๐ฅ๐š๐œ๐ž: ${pkg.links.npm}
โœฐ ๐ƒ๐ž๐ฌ๐œ๐ซ๐ข๐ฉ๐œ๐ข๐จ๐ง: ${pkg.description}\n\n\`\`\`----------\`\`\``
Expand Down

0 comments on commit 6336de9

Please sign in to comment.