From a026b21144cf5c92f201f897ccc150dffe7bab68 Mon Sep 17 00:00:00 2001 From: David Mohundro Date: Thu, 26 Oct 2023 16:40:16 -0500 Subject: [PATCH] feature: add scud to stud --- src/responses.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/responses.ts b/src/responses.ts index 103b061..8a3743b 100644 --- a/src/responses.ts +++ b/src/responses.ts @@ -274,6 +274,12 @@ export const burnResponses: Response[] = [ listen: /turn/i, play: 'it-crowd-turn-it-off-and-on-again.mp3', }, + { + keyword: 'scud', + description: 'Scud to STUD', + listen: /(scud|stud)/i, + play: 'scud-to-stud.m4a', + }, ]; export function attachResponses(app: App, sonos: Sonos): void {