Browse Source
Add missing ] in docs for StageInstance.channel
pull/7378/head
MrKomodoDragon
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/stage_instance.py
|
|
@ -105,7 +105,7 @@ class StageInstance(Hashable): |
|
|
|
|
|
|
|
@cached_slot_property('_cs_channel') |
|
|
|
def channel(self) -> Optional[StageChannel]: |
|
|
|
"""Optional[:class:`StageChannel`: The guild that stage instance is running in.""" |
|
|
|
"""Optional[:class:`StageChannel`]: The channel that stage instance is running in.""" |
|
|
|
return self._state.get_channel(self.channel_id) |
|
|
|
|
|
|
|
def is_public(self) -> bool: |
|
|
|