mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 17:36:15 +00:00
Drop support for Python 3.4 and make minimum version 3.5.2.
This commit is contained in:
@ -87,14 +87,12 @@ Quick Example
|
||||
client = MyClient()
|
||||
client.run('token')
|
||||
|
||||
Note that in Python 3.4 you use ``@asyncio.coroutine`` instead of ``async def`` and ``yield from`` instead of ``await``.
|
||||
|
||||
You can find examples in the examples directory.
|
||||
|
||||
Requirements
|
||||
------------
|
||||
|
||||
* Python 3.4.2+
|
||||
* Python 3.5.2+
|
||||
* ``aiohttp`` library
|
||||
* ``websockets`` library
|
||||
* ``PyNaCl`` library (optional, for voice only)
|
||||
|
Reference in New Issue
Block a user