diff options
| author | Rapptz <[email protected]> | 2019-04-08 02:34:26 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-04-08 02:34:26 -0400 |
| commit | c904e4f25ba0d73552f25cf18c190aa04741616c (patch) | |
| tree | 3b905ffa46b0142ac82228ff8a981f11ca485d9c | |
| parent | Add some version guarantees to the documentation. (diff) | |
| download | discord.py-c904e4f25ba0d73552f25cf18c190aa04741616c.tar.xz discord.py-c904e4f25ba0d73552f25cf18c190aa04741616c.zip | |
Add a note to load_opus that it's auto loaded on Windows.
| -rw-r--r-- | discord/opus.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/discord/opus.py b/discord/opus.py index 334840e6..310b6d06 100644 --- a/discord/opus.py +++ b/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 |