mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-22 19:06:44 +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
|
Returns
|
||||||
--------
|
--------
|
||||||
Optional[:class:`.StageInstance`]
|
Optional[:class:`.StageInstance`]
|
||||||
The returns stage instance of ``None`` if not found.
|
The stage instance or ``None`` if not found.
|
||||||
"""
|
"""
|
||||||
from .channel import StageChannel
|
from .channel import StageChannel
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user