xixi52 / discord-canvas

A package to simplifie the usage of canvas for Discord !
87 stars 45 forks source link

xp and needed xp? #38

Closed setsuk12 closed 2 years ago

setsuk12 commented 3 years ago

what is the field to modify the xp bar in the canvas?

dd

i tried
.setxpCurrent() .setxpNeeded() but it doesn't work, what is the exact value please? Thanks

imyanice commented 3 years ago

Like that:


   .setXP("current", 500)
    .setXP("needed", 1000)`
__**READ THE README PLS**__