Add try_member to guild. #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "try_member"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This also fix an omission in the fetch_member docs.
fetch_member
raisesNotFound
if 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.