From a2b513bd7266724b52a6b0545731b2e475d8daaa Mon Sep 17 00:00:00 2001 From: iDutchy Date: Wed, 18 Nov 2020 18:02:05 -0600 Subject: [PATCH] docs fix --- docs/whats_new.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 4e2503f7..6ad89bf1 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -19,7 +19,7 @@ v1.5.1.5 New Features ~~~~~~~~~~~~~~ -- Add :meth:`Color.nitro_booster` +- Add :meth:`Colour.nitro_booster` - Add :attr:`Permissions.admin` as alias to :attr:`Permissions.administrator` New Beta Features @@ -27,7 +27,7 @@ New Beta Features These are all for message replies. I have added them to 1.5.1.5 but they will most likely officially get added in the original lib in 1.6 or 2.0 -- Add |commands| :meth:`Context.reply ` +- |commands| Add :meth:`Context.reply ` - Add :meth:`Message.reply` - Add ``replied_user`` to :class:`AllowedMentions` - Add :meth:`MessageReference.to_dict` @@ -42,7 +42,7 @@ v1.5.1.4 New Features ~~~~~~~~~~~~~~ -- Add :attr:`Context.clean_prefix` +- |commands| Add :attr:`Context.clean_prefix ` .. _vp1p5p1: @@ -112,7 +112,7 @@ New Features - Add :meth:`Client.set_embed_color` - Add :meth:`Intents.from_list` - Add ``str()`` support to :class:`Message` which will return the :attr:`Message.content` -- Add ``int()`` support 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 the ID of the object +- Add ``int()`` support 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 the ID of the object .. _vp1p5p0: