-
-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Proper type-hinting & docstring of Member.move_to
and Member.edit
#2386
Conversation
Signed-off-by: Lala Sabathil <[email protected]>
Signed-off-by: Lala Sabathil <[email protected]>
Signed-off-by: plun1331 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a chance we could also update the docstring? Stage channels also exist, not just voice
Head branch was pushed to by a user without write access
@plun1331 I've also updated |
Member.move_to
Member.move_to
and Member.edit
Head branch was pushed to by a user without write access
that should be all related to |
Summary
Fixed type-hinting and docstring for
Member.move_to
as channel is excepted to bechannel: Optional[:class:VoiceChannel]
andMember.edit
.Information
examples, ...).
Checklist
type: ignore
comments were used, a comment is also left explaining why.