PrismarineJS / prismarine-realms

Library for interacting with Minecraft Realms
MIT License
11 stars 9 forks source link

TypeError: api.getRealmInvite is not a function #20

Closed PointNetwork341 closed 2 years ago

PointNetwork341 commented 2 years ago

This is my code: const authflow = new Authflow() const api = RealmAPI.from(authflow, 'bedrock') const realm = await api.getRealm('6435795') const code = await api.getRealmInvite('6435795')

extremeheat commented 2 years ago

Need a release, feel free to make a PR

extremeheat commented 2 years ago

Should be fixed now, run npm update