Skip to content

Commit

Permalink
fix/extra image find (#404)
Browse files Browse the repository at this point in the history
* remove: csgo attachment from find
  • Loading branch information
JustDams authored Nov 17, 2023
1 parent bdfda7a commit 4e53104
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions commands/find.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ const sendCardWithInfo = async (

files.push(
new AttachmentBuilder(graphBuffer, { name: `${playerId}graph.png` }),
new AttachmentBuilder(rankImageCanvas, { name: `${faceitLevel}level.png` }),
new AttachmentBuilder(`images/${game}.png`, { name: 'game.png' })
new AttachmentBuilder(rankImageCanvas, { name: `${faceitLevel}level.png` })
)

embeds.unshift(selectedPlayerStats)
Expand Down

0 comments on commit 4e53104

Please sign in to comment.