-
Guild.owner in documentation is typehinted as Optional[member], but is the Optional[] necessary? |
Beta Was this translation helpful? Give feedback.
Answered by
imvaskel
Aug 5, 2021
Replies: 1 comment 2 replies
-
Intents can cause the owner to be None. (Specifically lack of intents.members) |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ImNimboss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Intents can cause the owner to be None. (Specifically lack of intents.members)