Actions

Map Twitch events to sounds, videos, or on-screen alerts.

Add new action
<% if (actions.length === 0) { %>

No actions yet.

<% } else { %>
<% for (const a of actions) { %> <% } %>
Name Event Detail Action Cooldown Status
<%= a.name %> <%= a.event_type %> <%= a.event_detail || '—' %> <%= a.action_type %> <%= a.cooldown_seconds %>s <%= a.enabled ? 'on' : 'off' %>
<% } %>