Can't get 'postUniqueTitlesOnly' option to work for clips posted to discord via webhook https://extensions.streamer.bot/docs?topic=279

I went through the entire document and topics attached to it and couldn’t find any help, but All clips generated using the !clip command end up going to discord, i followed the extension instructions and it doesnt mention requiring any other setup other than what I did, which matches the guide.

im looking to only have it post to discord if a unique title is given to it

is having ‘postUniqueTitlesOnly’ set to True meant to accomplish this?

Just acknowledging this post. I need to do some testing but I won’t be able to look into it until this weekend

1 Like

I think I know what is happening. You want an option to not trigger the Clip Created event when using the !clip command. I will add this to the next version.

2 Likes

sounds good! thanks for responding

newTwitchClipFoundCustomTrigger_v0.2.3-2.sb (18.0 KB)

Please give this import code a try. Yes, when you set %postUniqueTitlesOnly% to true, that means only clips which were manually created by clicking the “Create Clip” button and creating a title (which should be required before the clip can be published) will be picked up by the extension.

Let me know if this works for you.