added versionadded
This commit is contained in:
@@ -27,6 +27,7 @@ Custom Features
|
||||
- Added ``Intents.from_list``
|
||||
- Added support for ``int()`` to ``discord.User``, ``discord.Member``, ``discord.Emoji``, ``discord.Role``, ``discord.Guild``, ``discord.Message``, ``discord.TextChannel``, ``discord.VoiceChannel``, ``discord.CategoryChannel``, ``discord.Attachment`` and ``discord.Message``. This will return their id
|
||||
- Added support for ``str()`` to ``discord.Message``. This will return the message content
|
||||
- Added ``Guild.try_member``
|
||||
|
||||
Key Features
|
||||
-------------
|
||||
@@ -46,10 +47,10 @@ To install the library without full voice support, you can just run the followin
|
||||
.. code:: sh
|
||||
|
||||
# Linux/macOS
|
||||
python3 -m pip install -U git+https://github.com/iDutchy/discord.py
|
||||
python3 -m pip install -U enhanced-dpy
|
||||
|
||||
# Windows
|
||||
py -3 -m pip install -U git+https://github.com/iDutchy/discord.py
|
||||
py -3 -m pip install -U enhanced-dpy
|
||||
|
||||
To install the development version, do the following:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user