Browse Source
Added discord.StageChannel in documentation
pull/6695/head
TheOneMusic
4 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
0 deletions
-
discord/abc.py
|
|
@ -1223,6 +1223,7 @@ class Connectable(Protocol): |
|
|
|
The following implement this ABC: |
|
|
|
|
|
|
|
- :class:`~discord.VoiceChannel` |
|
|
|
- :class:`~discord.StageChannel` |
|
|
|
|
|
|
|
Note |
|
|
|
---- |
|
|
|