Browse Source

Exclude spoiler option from stage channels

pull/10487/head
harumaki4649 3 weeks ago
parent
commit
531a1df3a0
  1. 2
      discord/channel.py

2
discord/channel.py

@ -142,7 +142,7 @@ if TYPE_CHECKING:
spoiler: bool
overwrites: Mapping[Union[Role, Member, Object], PermissionOverwrite]
class _CreateStageChannelOptions(_CreateVoiceChannelOptions, total=False):
class _CreateStageChannelOptions(_BaseCreateChannelOptions, total=False):
bitrate: int
user_limit: int
rtc_region: Optional[str]

Loading…
Cancel
Save