Browse Source

Update docs for abc.Messageable.pins()

pull/8240/head
ow0x 3 years ago
committed by GitHub
parent
commit
52f3a3496b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/abc.py

2
discord/abc.py

@ -1613,6 +1613,8 @@ class Messageable:
Raises
-------
~discord.Forbidden
You do not have the permission to retrieve pinned messages.
~discord.HTTPException
Retrieving the pinned messages failed.

Loading…
Cancel
Save