We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6e686 commit 206ef0fCopy full SHA for 206ef0f
discord/iterators.py
@@ -1296,8 +1296,8 @@ async def retrieve_inner(self) -> list[Message]:
1296
return [p.message for p in pins]
1297
1298
@deprecated(
1299
- "Messageable.pins() returning a list of Message is deprecated since version 2.7 and will be removed in 2.8."
1300
- + "See the documentation of Messageable.pins() for more information."
+ "Messageable.pins() returning a list of Message is deprecated since version 2.7 and will be removed in 2.9."
+ + " See the documentation of Messageable.pins() for more information."
1301
)
1302
def __await__(self) -> Generator[Any, Any, list[Message]]:
1303
return self.retrieve_inner().__await__()
0 commit comments