added Client.get_message

This commit is contained in:
iDutchy
2021-02-11 18:38:33 -06:00
parent 86fd3fb738
commit f1309aa4a1
4 changed files with 20 additions and 2 deletions

View File

@ -30,4 +30,5 @@ Here are the custom features listed that have been added to enhanced-dpy. You ca
- Added :attr:`Permissions.admin` as alias to :attr:`Permissions.administrator`
- Added :attr:`CogMeta.aliases <.ext.commands.CogMeta.aliases>`
- Added :attr:`Bot.case_insensitive_prefix <.ext.commands.Bot.case_insensitive_prefix>`
- Added ``silent`` kwarg to :meth:`Message.delete`
- Added ``silent`` kwarg to :meth:`Message.delete`
- Added :meth:`Client.get_message`