Browse Source

Fix typo in Client.get_stage_instance

pull/7631/head
daima3629 3 years ago
committed by GitHub
parent
commit
0ea6fdac5a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/client.py

2
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

Loading…
Cancel
Save