diff --git a/README.md b/README.md index 5b66a6f..b844005 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ The modern [Lavalink](https://github.com/freyacodes/Lavalink) wrapper designed f # Install To install the library, you need the lastest version of pip and minimum Python 3.8 +(Note: This library as of now does not support discord.py 2.0, you must use any version lower than discord.py 1.7.3 for this library to work properly.) + > Stable version ``` pip install pomice diff --git a/pomice/node.py b/pomice/node.py index d1a4186..622128e 100644 --- a/pomice/node.py +++ b/pomice/node.py @@ -59,7 +59,7 @@ class Node: self._spotify_client: spotify.Client = spotify.Client(self._spotify_client_id, self._spotify_client_secret) self._spotify_http_client: spotify.HTTPClient = spotify.HTTPClient(self._spotify_client_id, self._spotify_client_secret) - self._bot.add_listener(self._update_handler, "on_socket_response") + self._bot.add_listener(self._update_handler, "on_socket_event_type") def __repr__(self): return f""