Skip to content

Commit

Permalink
Merge pull request #1 from heyaapl/triggers-fix
Browse files Browse the repository at this point in the history
Makes Google TTS effect work for all triggers
  • Loading branch information
heyaapl authored May 11, 2021
2 parents 05c159f + 63ff49e commit c83b6f9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/google-tts-effect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,6 @@ export function buildGoogleTtsEffectType(
icon: "fad fa-microphone-alt",
categories: ["fun"],
dependencies: [],
triggers: {
command: true,
custom_script: true,
startup_script: true,
api: true,
event: true,
hotkey: true,
timer: true,
counter: true,
preset: true,
manual: true,
},
},
optionsTemplate: `
<eos-container header="Text">
Expand Down

0 comments on commit c83b6f9

Please sign in to comment.