Skip to main content

Function: getForumChannelIdForColumn()

function getForumChannelIdForColumn(guildId, columnName): string | undefined

Gets the forum channel ID for a specific column.

Parameters

ParameterTypeDescription
guildIdstringThe Discord guild ID.
columnNamestringThe column name (e.g., 'Backlog').

Returns

string | undefined

The forum channel ID, or undefined if not configured.