GuildDropsData: {
    games: GameDropConfig[];
    kickChannelId: string | null;
    kickEnabled: boolean;
    kickLiveNotificationChannelId: string | null;
    kickLiveNotificationRoleId: string | null;
    kickRoleId: string | null;
    liveNotifications: boolean;
    twitchChannelId: string | null;
    twitchEnabled: boolean;
    twitchLiveNotificationChannelId: string | null;
    twitchLiveNotificationRoleId: string | null;
    twitchRoleId: string | null;
    webhook: WebhookConfig | null;
}