From 5891f3e6757dca01ffebb74e3a0824847377d4c8 Mon Sep 17 00:00:00 2001 From: dank <133713894+ignxdank@users.noreply.github.com> Date: Thu, 26 Oct 2023 00:25:29 +0100 Subject: [PATCH] Fix typos in Forbidden descriptions for Member methods --- discord/member.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/member.py b/discord/member.py index 609bdce3b..c6d65d840 100644 --- a/discord/member.py +++ b/discord/member.py @@ -808,7 +808,7 @@ class Member(discord.abc.Messageable, discord.abc.Connectable, _UserTag): Raises ------- Forbidden - You do not have the proper permissions to the action requested. + You do not have the proper permissions to do the action requested. HTTPException The operation failed. TypeError @@ -912,7 +912,7 @@ class Member(discord.abc.Messageable, discord.abc.Connectable, _UserTag): ClientException You are not connected to a voice channel. Forbidden - You do not have the proper permissions to the action requested. + You do not have the proper permissions to do the action requested. HTTPException The operation failed. """