diff --git a/discord/connections.py b/discord/connections.py index 6d178b887..f33ac7a7c 100644 --- a/discord/connections.py +++ b/discord/connections.py @@ -319,6 +319,8 @@ class Connection(PartialConnection): """|coro| Retrieves a new access token for the connection. + Only applicable for connections of type:attr:`ConnectionType.twitch`, + :attr:`ConnectionType.youtube`, and :attr:`ConnectionType.spotify`. Raises ------