Browse Source

Add a note to load_opus that it's auto loaded on Windows.

pull/2054/head
Rapptz 6 years ago
parent
commit
c904e4f25b
  1. 5
      discord/opus.py

5
discord/opus.py

@ -125,6 +125,11 @@ def load_opus(name):
This function propagates the exceptions thrown.
.. note::
On Windows, this library should not need to be called as the binaries
are automatically loaded.
.. warning::
The bitness of the library must match the bitness of your python

Loading…
Cancel
Save