mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-18 23:15:48 +00:00
Bump Python version in Quickstart documentation
This commit is contained in:
parent
18bf3d3a7d
commit
2e6c28bd60
@ -42,7 +42,7 @@ Creating a Bot account is a pretty straightforward process.
|
|||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
It should be worth noting that this token is essentially your bot's
|
It should be worth noting that this token is essentially your bot's
|
||||||
password. You should **never** share this to someone else. In doing so,
|
password. You should **never** share this with someone else. In doing so,
|
||||||
someone can log in to your bot and do malicious things, such as leaving
|
someone can log in to your bot and do malicious things, such as leaving
|
||||||
servers, ban all members inside a server, or pinging everyone maliciously.
|
servers, ban all members inside a server, or pinging everyone maliciously.
|
||||||
|
|
||||||
|
@ -98,7 +98,7 @@ The constructor may be used for static activities, while :meth:`Client.change_pr
|
|||||||
There is a high chance of disconnecting if presences are changed right after connecting.
|
There is a high chance of disconnecting if presences are changed right after connecting.
|
||||||
|
|
||||||
The status type (playing, listening, streaming, watching) can be set using the :class:`ActivityType` enum.
|
The status type (playing, listening, streaming, watching) can be set using the :class:`ActivityType` enum.
|
||||||
For memory optimisation purposes, some activities are offered in slimmed down versions:
|
For memory optimisation purposes, some activities are offered in slimmed-down versions:
|
||||||
|
|
||||||
- :class:`Game`
|
- :class:`Game`
|
||||||
- :class:`Streaming`
|
- :class:`Streaming`
|
||||||
|
@ -13,9 +13,8 @@ in creating applications that utilise the Discord API.
|
|||||||
Prerequisites
|
Prerequisites
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
discord.py works with Python 3.5.3 or higher. Support for earlier versions of Python
|
discord.py works with Python 3.8 or higher. Support for earlier versions of Python
|
||||||
is not provided. Python 2.7 or lower is not supported. Python 3.4 or lower is not supported
|
is not provided. Python 2.7 or lower is not supported. Python 3.7 or lower is not supported.
|
||||||
due to one of the dependencies (:doc:`aiohttp <aio:index>`) not supporting Python 3.4.
|
|
||||||
|
|
||||||
|
|
||||||
.. _installing:
|
.. _installing:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user