Skip to main content

Function: updateForumTagsForColumn()

function updateForumTagsForColumn(
guild,
columnName,
tagNames): Promise<void>

Updates forum tags for a column by merging new tags with existing ones (max 20 tags).

Parameters

ParameterTypeDescription
guildGuildDiscord guild.
columnNamestringColumn name (e.g., 'Backlog').
tagNamesstring[]Tag names to add.

Returns

Promise<void>

Example

await updateForumTagsForColumn(guild, 'Backlog', ['Feature', 'Bug']);