SzymonLisowiec / node-epicgames-client

Unofficial EpicGames Launcher in javascript.
MIT License
110 stars 34 forks source link

Pickaxe Variants #62

Open ghost opened 4 years ago

ghost commented 4 years ago

Currently, I have this,

            async function setPickaxe(member, asset, key, variants) {
              await member.meta.setCosmeticLoadout({
                pickaxeDef: asset,
                pickaxeEKey: key || '',
                variants: variants || []
               })
          }

All that does is set the pickaxe, I want to figure out how to put variants on pickaxes.