try_member
2.0
This also fix an omission in the fetch_member docs. fetch_member raises NotFound if the given user isn't in the guild.
fetch_member
NotFound
Import NotFound directly to avoid importing the whole module? Wouldn't this result in an import loop?
It works for me, doesn't result in an import loop at all, but I'll still optimize the import. It's just cosmetic.
No dependencies set.
The note is not visible to the blocked user.
This also fix an omission in the fetch_member docs.
fetch_memberraisesNotFoundif the given user isn't in the guild.Import NotFound directly to avoid importing the whole module?
Wouldn't this result in an import loop?
It works for me, doesn't result in an import loop at all, but I'll still optimize the import. It's just cosmetic.