Fix typo in Client.get_stage_instance

This commit is contained in:
daima3629
2022-03-11 08:53:20 +09:00
committed by GitHub
parent 8502978649
commit 0ea6fdac5a

View File

@ -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