Browse Source

Fix typo in Guild.fetch_member docs

pull/6463/head
Sebastian Law 4 years ago
committed by GitHub
parent
commit
cc55a28be5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/guild.py

2
discord/guild.py

@ -1317,7 +1317,7 @@ class Guild(Hashable):
async def fetch_member(self, member_id):
"""|coro|
Retreives a :class:`Member` from a guild ID, and a member ID.
Retrieves a :class:`Member` from a guild ID, and a member ID.
.. note::

Loading…
Cancel
Save