another small fix

This commit is contained in:
iDutchy 2021-01-12 22:30:55 -06:00
parent 493fc88d6d
commit 54b5e253c9
2 changed files with 4 additions and 4 deletions

View File

@ -28,6 +28,6 @@ Here are the custom features listed that have been added to enhanced-dpy. You ca
- Added :attr:`Context.clean_prefix <.ext.commands.Context.clean_prefix>`
- Added :meth:`Colour.nitro_booster`
- Added :attr:`Permissions.admin` as alias to :attr:`Permissions.administrator`
- Added :attr:`CogMeta.aliases`
- Added :attr:`Client.case_insensitive_prefix`
- Added :attr:`Cog.aliases <.ext.commands.Cog.aliases>`
- Added :attr:`Bot.case_insensitive_prefix <.ext.commands.Bot.case_insensitive_prefix>`
- Added ``silent`` kwarg to :meth:`Message.delete`

View File

@ -19,8 +19,8 @@ v1.6.0.7
New Features
~~~~~~~~~~~~~~
- Add :attr:`Cog.aliases`
- Add :attr:`Bot.case_insensitive_prefix`
- Add :attr:`Cog.aliases <.ext.commands.Cog.aliases>`
- Add :attr:`Bot.case_insensitive_prefix <.ext.commands.Bot.case_insensitive_prefix>`
- Add ``silent`` kwargs to :meth:`Message.delete`
.. _vp1p5p1p6: