kravetsone / enkaNetwork

Node JS enka.network API wrapper written on TypeScript which provides localization, caching and convenience.
https://kravets.gitbook.io/enkanetwork
GNU General Public License v3.0
18 stars 5 forks source link

why in user.player.nameCard.banner is same and the navbar? #2

Closed kadistudio closed 1 year ago

kadistudio commented 1 year ago

image

im trying to get this but instead, kamisato-ayato-ripple

i get this as an output. kamisato-ayato-ripple-01

kadistudio commented 1 year ago

i would like to incorporate the enkanetwork so no need for continuous updating when leveling up.

image

kravetsone commented 1 year ago

FIxed in enkaNetwork@1.1.3

Thank you for your message) I am very glad that you left it... Recently a new module appeared immediately ahead of mine In this regard, I still have doubts about whether someone is using my module at all... Appeared later but collected 15 thousand downloads against my 300. It is very demotivating. Your message gave me more motivation) I'm waiting for feedback from you again.

kadistudio commented 1 year ago

i also want to know why there's no birthday indicated in your lib? or is this hidden? somewhere not accessible by the public?

kravetsone commented 1 year ago

Player birthday? The library supports everything that the api gives (docs). Api does not provide this, which means that there is no such thing in the library.

Most likely, yes, genshin does not allow you to get a player's birthday.

kadistudio commented 1 year ago

the issue still persists, the navbar and banner is the same output (the one you see when u check your friends)? how do i get this >> image

kadistudio commented 1 year ago

also whenever the user have the normal namecard, will it show?

kravetsone commented 1 year ago

проблема все еще сохраняется, панель навигации и баннер выводятся одинаково (тот, который вы видите, когда проверяете своих друзей)? как мне это получить >> изображение

Sorry I forgot to apply the command tsc ./... In enkaNetwork@1.1.4 this has definitely been fixed... Once again, I'm sorry for this.

kadistudio commented 1 year ago

when will this 1.1.4 will be? im trying to incorporate your npm to my discord bot so bad. will this include the beginner namecard? because im getting an error because this might not be included?

genshin-impact-a-new-world genshin-impact-a-new-world-01

kravetsone commented 1 year ago

when will this 1.1.4 will be?

At that time, the version had already been published.

image

Will this include the beginner namecard?

Navbar image for beginner namecard does not exist so you will get a undefined instead, but the banner you need is there

image

...because im getting an error because this might not be included?

The error could have occurred due to the lack of navbar image, but at the moment (enkaNetwork@1.1.5) everything is fine.