Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
112 changed files with 10127 additions and 5636 deletions
Showing only changes of commit 54b5e253c9 - Show all commits

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: