Skip to content

Commit

Permalink
fix image not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirabellier committed Feb 24, 2024
1 parent 931e6a7 commit 84af56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/rpg/battle/Battle.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ class Battle {
})
.setColor("#DDA0DD")
.setTitle("Level Up!")
.setThumbnail(this.character.img)
.setThumbnail(characters[this.character.img].image)
.setDescription(
`Your character has leveled up to **level ${attr.level}**!\n\n**• HP:** +${hpGain}\n**• STR:** +${strGain}\n**• AGL:** +${aglGain}\n**• STA:** +${staGain}`,
);
Expand Down

0 comments on commit 84af56b

Please sign in to comment.