mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 07:26:17 +00:00
Fix typo in Client.get_stage_instance
This commit is contained in:
parent
8502978649
commit
0ea6fdac5a
@ -833,7 +833,7 @@ class Client:
|
||||
Returns
|
||||
--------
|
||||
Optional[:class:`.StageInstance`]
|
||||
The returns stage instance of ``None`` if not found.
|
||||
The stage instance or ``None`` if not found.
|
||||
"""
|
||||
from .channel import StageChannel
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user