From 4f67cabc7072fda2cb02223e799c796d892e793c Mon Sep 17 00:00:00 2001 From: Soheab_ <33902984+Soheab@users.noreply.github.com> Date: Mon, 23 Jun 2025 00:00:37 +0200 Subject: [PATCH] Remove unused exception from doc --- discord/abc.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/discord/abc.py b/discord/abc.py index 24b4a2e14..e93a881cd 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -1758,9 +1758,6 @@ class Messageable: You do not have the permission to retrieve pinned messages. ~discord.HTTPException Retrieving the pinned messages failed. - TypeError - - - The ``before`` parameter was not an aware :class:`datetime.datetime` object. Returns --------