LogoRobo.js
Packages@robojs/roadmap

getCategoryId()

Function: getCategoryId()

function getCategoryId(guildId): string | undefined

Gets the roadmap category ID for a guild.

Parameters

ParameterTypeDescription
guildIdstringThe Discord guild ID.

Returns

string | undefined

The category ID, or undefined if not configured.

On this page