Browse Source

Add missing ] in docs for StageInstance.channel

pull/7378/head
MrKomodoDragon 4 years ago
committed by GitHub
parent
commit
a9d9f496f0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/stage_instance.py

2
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:

Loading…
Cancel
Save