-
-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Describe the missing documentation
Add additional context for registering custom triggers within Init()
Where do you think this documentation should be included? An existing page or new page?
https://docs.streamer.bot/guide/triggers#custom-triggers
Additional context
From @Rhondi Discord Post
When registering custom triggers, it's best practice to register them in the public void Init() method. And also adjust the Execute C# Code sub-action to Precompile on Application Start
public void Init()
{
CPH.RegisterCustomTrigger("New Twitch Clip Found", "clip_found", new[] {"Twitch"});
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation