-
-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support GUILD_MEDIA channel type #2637
Comments
Media channels are hard to test because of their beta/exclusivity status, but for the most part they should operate the same as ForumChannel - do you have any examples/tracebacks we can look at? Or is it just the fact we never added the |
It's hard to test for me, but here is my traceback. Adding the channel type might fix it.
|
Yeah that's the problem, I'm gonna fix it on master, please test it. |
To reproduce this, a media channel can ID be put into |
Summary
Messages in GUILD_MEDIA channels can lead to errors in current bots if they are not implemented.
What is the feature request for?
The core library
The Problem
When trying to fetch a media channel, an
InvalidData
error is thrown.The Ideal Solution
Add
GUILD_MEDIA
as a channel typeThe Current Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: