From 0153ee7f234510b2e854e109f99d81b21bb119e5 Mon Sep 17 00:00:00 2001 From: dolfies Date: Sun, 2 Apr 2023 20:47:16 -0400 Subject: [PATCH] Update versionadded for call voice state changing --- discord/client.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/discord/client.py b/discord/client.py index 121632f79..3ab59f94f 100644 --- a/discord/client.py +++ b/discord/client.py @@ -1574,7 +1574,7 @@ class Client: Changes client's private channel voice state. - .. versionadded:: 1.10 + .. versionadded:: 2.0 Parameters ----------- @@ -1589,9 +1589,6 @@ class Client: (do not use). preferred_region: Optional[:class:`str`] The preferred region to connect to. - - .. versionchanged:: 2.0 - The type of this parameter has changed to :class:`str`. """ state = self._connection ws = self.ws