Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
82 changed files with 2657 additions and 2156 deletions
Showing only changes of commit f0c3568ea9 - Show all commits

View File

@ -267,7 +267,7 @@ to handle it, which defaults to print a traceback and ignoring the exception.
If you want exception to propagate out of the :class:`Client` class
you can define an ``on_error`` handler consisting of a single empty
:ref:`py:raise`. Exceptions raised by ``on_error`` will not be
:ref:`raise statement <py:raise>`. Exceptions raised by ``on_error`` will not be
handled in any way by :class:`Client`.
.. note::