Tags
{forum} Tags
Forum and media channels contain posts, which Discord represents as public threads. Use {responder.forumPost} to create a post with the responder's text, embeds, components, and files.
# {forum.tags;forum}
Returns the channel's available tags. Each item has id, name, moderated, emoji_id, and emoji_name fields. emoji_id is set for a custom emoji, while emoji_name contains a Unicode emoji when one is configured. {responder.forumPost} and {thread.setTags} accept either the returned names or IDs.
# {forum.requireTags;forum}
Returns whether the forum or media channel requires every new post to have at least one tag.
For both tags, forum is a forum or media Channel and defaults to the context channel.
# {forum.edit forum default_auto_archive_duration post_slowmode default_thread_slowmode require_tags reason} mutateChannel
Edits forum or media channel defaults. This does not create, edit, or delete the channel's tag definitions; use Discord's channel settings for that.
| Name | Type | Description |
|---|---|---|
forum | Channel | The forum to edit; defaults to the context channel. |
default_auto_archive_duration | ThreadAutoArchiveDuration? | Default inactivity duration for new posts. |
post_slowmode | Time? | How often users can create posts. |
default_thread_slowmode | Time? | How often users can reply in new posts. |
require_tags | boolean? | Whether new posts must have at least one tag. |
reason | string? | An optional reason recorded in the server audit log. |