Skip to content
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

Missing parameters and properties for ForumChannel Type #1635

Closed
lorddusk opened this issue Sep 14, 2022 · 3 comments · Fixed by #1636
Closed

Missing parameters and properties for ForumChannel Type #1635

lorddusk opened this issue Sep 14, 2022 · 3 comments · Fixed by #1636
Assignees
Labels
feature request New feature request priority: high High Priority

Comments

@lorddusk
Copy link

lorddusk commented Sep 14, 2022

Summary

Support for forum tags was added in the API

What is the feature request for?

The core library

The Problem

Discord finally released the tag properties for guilds.
Which allows us to interact with forum tags through our bots.

The tag object:
https://discord.com/developers/docs/resources/channel#forum-tag-object

Missing properties found here:
https://discord.com/developers/docs/resources/channel#start-thread-in-forum-channel-jsonform-params

Especially since the forum feature itself was released to the public literally 15 minutes after I posted this feature request.

The Ideal Solution

Implemented into the library for people to use.

The Current Solution

No response

Additional Context

No response

@lorddusk lorddusk added the feature request New feature request label Sep 14, 2022
@Lulalaby
Copy link
Member

This should be already added. Are you sure it's missing

@lorddusk
Copy link
Author

Yeah pretty sure, as there is no get/fetch method for the forum tags, nor a parameter/method to add them to forum threads.

@lorddusk
Copy link
Author

lorddusk commented Sep 14, 2022

Yeah, just checked the following 2 files + methods, and they both have no tag support as of current master branch. (commit 0847384)

https://github.com/Pycord-Development/pycord/blob/master/discord/http.py#L1096

and

https://github.com/Pycord-Development/pycord/blob/master/discord/channel.py#L802

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature request priority: high High Priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants