Skip to content

Commit

Permalink
Merge pull request #1582 from LilSpazJoekp/asyncpraw_mention
Browse files Browse the repository at this point in the history
Add mention for Async PRAW
  • Loading branch information
LilSpazJoekp committed Nov 11, 2020
2 parents 1bef720 + 1a68b1a commit df20162
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@ With the ``reddit`` instance you can then interact with Reddit:
Please see PRAW's `documentation <https://praw.readthedocs.io/>`_ for
more examples of what you can do with PRAW.

Discord Bots and Asynchronous Environments
------------------------------------------

If you plan on using PRAW in an asynchronous environment, (e.g., discord.py, asyncio) it
is strongly recommended to use `Async PRAW <https://asyncpraw.readthedocs.io/>`_. It is
the official asynchronous version of PRAW and its usage is similar and has the same
features as PRAW.

PRAW Discussion and Support
---------------------------

Expand Down
8 changes: 8 additions & 0 deletions docs/getting_started/multiple_instances.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ any additional configuration.
If you are authorized on other users' behalf, each authorization should have its own
rate limit, even when running from a single IP address.

Discord Bots and Asynchronous Environments
------------------------------------------

If you plan on using PRAW in an asynchronous environment, (e.g., discord.py, asyncio) it
is strongly recommended to use `Async PRAW <https://asyncpraw.readthedocs.io/>`_. It is
the official asynchronous version of PRAW and its usage is similar and has the same
features as PRAW.

Multiple Programs
-----------------

Expand Down

0 comments on commit df20162

Please sign in to comment.