fix some docs issues
This commit is contained in:
parent
732cab7c5c
commit
493fc88d6d
@ -923,7 +923,7 @@ class Message(Hashable):
|
|||||||
Added the new ``delay`` keyword-only parameter.
|
Added the new ``delay`` keyword-only parameter.
|
||||||
|
|
||||||
.. versionchanged:: 1.6.0.7
|
.. versionchanged:: 1.6.0.7
|
||||||
ADded the new ``silent`` keyword-only parameter.
|
Added the new ``silent`` keyword-only parameter.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
-----------
|
-----------
|
||||||
|
@ -11,23 +11,23 @@ Custom Features
|
|||||||
Here are the custom features listed that have been added to enhanced-dpy. You can refer to the changelog to see in what version they were added!
|
Here are the custom features listed that have been added to enhanced-dpy. You can refer to the changelog to see in what version they were added!
|
||||||
|
|
||||||
- **Documentation URL:** https://enhanced-dpy.readthedocs.io/en/latest/index.html
|
- **Documentation URL:** https://enhanced-dpy.readthedocs.io/en/latest/index.html
|
||||||
- Added :attr:`Guild.bots` / :attr:`Guild.humans`
|
- Added :attr:`Guild.bots` and :attr:`Guild.humans`
|
||||||
- Added :attr:`Bot.owner` / :attr:`Bot.owners`
|
- Added :attr:`Client.owner` and :attr:`Client.owners`
|
||||||
- Added :meth:`Client.try_user` / :meth:`Bot.try_user`
|
- Added :meth:`Client.try_user`
|
||||||
- :attr:`Guild.icon_url` and :attr:`User.avatar_url` return the string in stead of Asset. use icon/avatar url_as to get the :class:`Asset`
|
- :attr:`Guild.icon_url` and :attr:`User.avatar_url` return the string in stead of Asset. use icon/avatar url_as to get the :class:`Asset`
|
||||||
- Merged in ext-colors (https://github.com/MGardne8/DiscordPyColours)
|
- Merged in ext-colors (https://github.com/MGardne8/DiscordPyColours)
|
||||||
- Using Rapptz/discord.py/tree/neo-docs for documentation
|
- Using Rapptz/discord.py/tree/neo-docs for documentation
|
||||||
- Added support for ``hex()`` to :class:`Color`
|
- Added support for ``hex()`` to :class:`Color`
|
||||||
- Added :attr:`Client.embed_color` / :attr:`Bot.embed_color`
|
- Added :attr:`Client.embed_color`
|
||||||
- Added :meth:`Client.set_embed_color` / :meth:`Bot.set_embed_color`
|
- Added :meth:`Client.set_embed_color`
|
||||||
- Added :attr:`TextChannel.can_send`
|
- Added :attr:`TextChannel.can_send`
|
||||||
- Added :meth:`Intents.from_list`
|
- Added :meth:`Intents.from_list`
|
||||||
- Added support for ``int()`` to :class:`User`, :class:`Member`, :class:`Emoji`, :class:`Role`, :class:`Guild`, :class:`Message`, :class:`TextChannel`, :class:`VoiceChannel`, :class:`CategoryChannel`, :class:`Attachment` and :class:`Message`. This will return their id
|
- Added support for ``int()`` to :class:`User`, :class:`Member`, :class:`Emoji`, :class:`Role`, :class:`Guild`, :class:`Message`, :class:`TextChannel`, :class:`VoiceChannel`, :class:`CategoryChannel`, :class:`Attachment` and :class:`Message`. This will return their id
|
||||||
- Added support for ``str()`` to :class:`Message`. This will return the message content
|
- Added support for ``str()`` to :class:`Message`. This will return the message content
|
||||||
- Added :meth:`Guild.try_member`
|
- Added :meth:`Guild.try_member`
|
||||||
- Added :attr:`Context.clean_prefix`
|
- Added :attr:`Context.clean_prefix <.ext.commands.Context.clean_prefix>`
|
||||||
- Added :meth:`Color.nitro_booster`
|
- Added :meth:`Colour.nitro_booster`
|
||||||
- Added :attr:`Permissions.admin` as alias to :attr:`Permissions.administrator`
|
- Added :attr:`Permissions.admin` as alias to :attr:`Permissions.administrator`
|
||||||
- Added :attr:`Cog.aliases`
|
- Added :attr:`CogMeta.aliases`
|
||||||
- Added :attr:`Bot.case_insensitive_prefix`
|
- Added :attr:`Client.case_insensitive_prefix`
|
||||||
- Added ``silent`` kwarg to :meth:`Message.delete`
|
- Added ``silent`` kwarg to :meth:`Message.delete`
|
@ -123,7 +123,7 @@ New Features
|
|||||||
- Changed :attr:`Guild.icon_url` and :attr:`User.avatar_url` to return a string of the url in stead of an :class:`Asset`
|
- Changed :attr:`Guild.icon_url` and :attr:`User.avatar_url` to return a string of the url in stead of an :class:`Asset`
|
||||||
- Documentation uses `Neo Docs by Rapptz <Rapptz/discord.py/tree/neo-docs>`_
|
- Documentation uses `Neo Docs by Rapptz <Rapptz/discord.py/tree/neo-docs>`_
|
||||||
- Add 1000+ colors from `ext colors <https://github.com/MGardne8/DiscordPyColours>`_
|
- Add 1000+ colors from `ext colors <https://github.com/MGardne8/DiscordPyColours>`_
|
||||||
- Add support for ``hex()`` to :class:`Color`
|
- Add support for ``hex()`` to :class:`Colour`
|
||||||
- Add :attr:`Guild.bots`
|
- Add :attr:`Guild.bots`
|
||||||
- Add :attr:`Guild.humans`
|
- Add :attr:`Guild.humans`
|
||||||
- |commands| Add :attr:`Bot.owner <ext.commands.Bot>`
|
- |commands| Add :attr:`Bot.owner <ext.commands.Bot>`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user