mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-08-24 11:22:54 -04:00
await server.fetch_member() gives crash #25
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Originally created by @MysticMia on GitHub (Jul 7, 2023).
Describe the bug
Relevant info:
NameError: name 'Member' is not defined
It's trying to create a Member but it can't because it's only defined when type checking, and not for actual .. actions I guess
It's the same issue as was a problem for client.fetch_emojis and users and servers etc.
To Reproduce
Expected behavior
Expected to get a member returned
Actually got a NameError crash instead.
Library version
version 0.1.11 commit
2749822782(latest github commit)