Replace trigger_typing with awaiting typing context manager

This commit is contained in:
NextChai
2022-05-02 04:36:18 -04:00
committed by GitHub
parent 9deac84eac
commit 300fb0411e
3 changed files with 38 additions and 25 deletions

View File

@ -1152,6 +1152,10 @@ The following have been removed:
- Consider using the newer documented :func:`on_socket_event_type` event instead.
- ``abc.Messageable.trigger_typing``
- Use :meth:`abc.Messageable.typing` with ``await`` instead.
Miscellaneous Changes
----------------------