twerk?
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user