feat: ✨ Add MediaChannel and fix ForumChannel flags#2641
feat: ✨ Add MediaChannel and fix ForumChannel flags#2641Lulalaby merged 16 commits intoPycord-Development:masterfrom
MediaChannel and fix ForumChannel flags#2641Conversation
MediaChannelMediaChannel and fix ForumChannel flags
Lulalaby
left a comment
There was a problem hiding this comment.
I'm not entirely sure but afaik I the channel class you also have a model for the base type which has type: literal channel type blah. Is that perhaps missing?
@property
def type(self) -> ChannelType:
"""The channel's Discord type."""
return try_enum(ChannelType, self._type) |
|
It's redundant if the classes inherit from _TextChannel. |
0d73cf7 to
bb8bc7b
Compare
|
Undid it then |
6b274da to
38b5f3e
Compare
Signed-off-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com>
c2a9853 to
0b3f756
Compare
Signed-off-by: Paillat <me@paillat.dev>
|
Can someone pls retry the readthedocs action ? |
|
no :p |
Summary
Fix #2637
Fix #2640
Information
examples, ...).
Checklist
type: ignorecomments were used, a comment is also left explaining why.