Terbau / fortnitepy

Async python library for interacting with Fortnite's API and XMPP services.
MIT License
148 stars 52 forks source link

set_ready is not working. #146

Closed ghost closed 3 years ago

ghost commented 3 years ago

I've written this code

@bot.command(name="sitout")
async def sitoutCommand(ctx):
    await bot.party.me.set_ready(fortnitepy.ReadyState.SITTING_OUT)
    await ctx.send("aaa")

The chat will output aaa, but it is not in sitout state.

Terbau commented 3 years ago

This issue was fixed in v3.5.0. Please update the library.