Skip to content

v0.2.4 - Breaking Changes

Compare
Choose a tag to compare
@Tert0 Tert0 released this 14 Oct 20:18
· 108 commits to master since this release
v0.2.4
942d89a

v0.2.4

Breaking Changes:

It's now required to call DiscordOauthClient.init() before the app
handles requests, which can be achieved with the following code:

@app.on_event("startup")
async def on_startup():
    await discord.init()

PyPi Release: https://pypi.org/project/fastapi-discord/0.2.4/