diff --git a/README.md b/README.md index 3ab1849..49d2fe2 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ For an example to the working application, check [`test_app.py`](tests/test_app. * Flask * requests_oauthlib * cachetools +* discord.py ### Documentation diff --git a/docs/introduction.rst b/docs/introduction.rst index 264a2eb..058079b 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -20,6 +20,12 @@ Requirements - **requests_oauthlib** It also requires requests_oauthlib to make OAuth2 sessions with discord. +- **cachetools** + Flask Discord supports caching discord objects to boost the performance when page loads. + +- **discord.py** + Makes use of discord.py for re-using many Discord models. + Installing ----------