GuildClipperInput: {
    blacklistedStreamerNames?: string[];
    clipChannelId?: string | null;
    clipEnabled?: boolean | null;
    clipPingRoleId?: string | null;
    showNotifyButton?: boolean | null;
    webhookAvatarUrl?: string | null;
    webhookEnabled?: boolean | null;
    webhookUsername?: string | null;
    whitelistedStreamerNames?: string[];
}