interface ChangelogGame {
    channelId?: null | string;
    dbId?: string;
    pingRoleId?: null | string;
    steamAppId: number;
    title: null | string;
}

Properties

channelId?: null | string

Optional per-game routing override (else uses the guild's default changelog channel/role).

dbId?: string
pingRoleId?: null | string
steamAppId: number
title: null | string