v0.2.4 - Breaking Changes
v0.2.4
- Fixes #64
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/