Browse Source
Fix typo in Client.get_stage_instance
pull/7631/head
daima3629
3 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/client.py
|
|
@ -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 |
|
|
|
|
|
|
|