Resolved premium entitlements + limits for the guild (gating is visual, never hidden).

interface GameEntitlements {
    allTimeLow: boolean;
    categoryRouting: boolean;
    changelogs: boolean;
    customWebhooks: boolean;
    premium: boolean;
    roblox: boolean;
    trackedGameLimit: number;
}

Properties

allTimeLow: boolean
categoryRouting: boolean
changelogs: boolean
customWebhooks: boolean
premium: boolean
roblox: boolean
trackedGameLimit: number