From f30d164f1204efa01a8d1db0f8e7d42a926a5e1e Mon Sep 17 00:00:00 2001 From: Soheab_ <33902984+Soheab@users.noreply.github.com> Date: Sun, 22 Jun 2025 23:31:24 +0200 Subject: [PATCH] Update abc.py --- discord/abc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/discord/abc.py b/discord/abc.py index ce12286f2..916a1b3ad 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -1761,6 +1761,7 @@ class Messageable: :class:`~discord.Message` The pinned message with :attr:`.Message.pinned_at` set. """ + channel = await self._get_channel() state = self._state max_limit: int = 50