GuildClipper: {
    blacklistedStreamerNames: string[];
    clipChannelId: string | null;
    clipEnabled: boolean | null;
    clipPingRoleId: string | null;
    clipperUserName: string;
    dbId: string;
    guildId: string;
    showNotifyButton: boolean | null;
    webhookAvatarUrl: string | null;
    webhookEnabled: boolean | null;
    webhookUsername: string | null;
    whitelistedStreamerNames: string[];
}