Skip to content

Commit

Permalink
Merge pull request #50 from clearfunction/feature/add-scud-to-stud
Browse files Browse the repository at this point in the history
feature: add scud to stud
  • Loading branch information
brianlankford1 authored Nov 6, 2023
2 parents 11db520 + ef8d8f9 commit 6ec2158
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/responses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,12 @@ export const burnResponses: Response[] = [
listen: /crickets/i,
play: 'crickets.mp3',
},
{
keyword: 'scud',
description: 'Scud to STUD',
listen: /(scud|stud)/i,
play: 'scud-to-stud.m4a',
},
];

export function attachResponses(app: App, sonos: Sonos): void {
Expand Down

0 comments on commit 6ec2158

Please sign in to comment.