-
-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Labels
Description
Issue description
Try to create a forum with available_tags and TypeScript will complain saying that you're missing the 'id' even though you don't require an ID to create a tag as Discord generates the ID for you (it's a Snowflake).
Code sample
# Minimal
available_tags: [
{
name: "test",
moderated: false,
emoji_name: "π",
}
]
It's using `RESTPostAPIGuildChannelJSONBody` for the body JSON and `ChannelType.GuildForum` as the channel type.
The types should realise that the ID isn't needed in the API.Package version
discord-api-types@0.38.4
Runtime
Node.js
Runtime version
v24.2.0
Priority this issue should have
High (immediate attention needed)
Reactions are currently unavailable