This commit is contained in:
Jacob Dubin
2026-04-21 22:13:19 -05:00
parent 4127289d73
commit b595766ac9

View File

@@ -323,6 +323,11 @@ public sealed class JiboInteractionService(
return "dance"; return "dance";
} }
if (MatchesAny(loweredTranscript, "twerk"))
{
return "twerk";
}
if (MatchesAny(loweredTranscript, "surprise", "surprise me", "show me something fun")) if (MatchesAny(loweredTranscript, "surprise", "surprise me", "show me something fun"))
{ {
return "surprise"; return "surprise";