pycord icon indicating copy to clipboard operation
pycord copied to clipboard

Missing parameters and properties for ForumChannel Type

Open lorddusk opened this issue 1 year ago • 3 comments

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 avatar Sep 14 '22 16:09 lorddusk

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

Lulalaby avatar Sep 14 '22 17:09 Lulalaby

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 avatar Sep 14 '22 17:09 lorddusk

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

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

lorddusk avatar Sep 14 '22 18:09 lorddusk