We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af2a00 commit 61a6d67Copy full SHA for 61a6d67
interactions/api/http/http_requests/members.py
@@ -80,7 +80,7 @@ async def modify_guild_member(
80
roles: list["Snowflake_Type"] | None = None,
81
mute: bool | None = None,
82
deaf: bool | None = None,
83
- channel_id: "Snowflake_Type | None" = None,
+ channel_id: "Snowflake_Type | MISSING" = MISSING,
84
communication_disabled_until: str | datetime | Timestamp | None | Missing = MISSING,
85
reason: str | None = None,
86
) -> discord_typings.GuildMemberData:
0 commit comments