mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboExperiments.git
synced 2026-06-15 09:16:31 +00:00
twerk?
This commit is contained in:
@@ -323,6 +323,11 @@ public sealed class JiboInteractionService(
|
||||
return "dance";
|
||||
}
|
||||
|
||||
if (MatchesAny(loweredTranscript, "twerk"))
|
||||
{
|
||||
return "twerk";
|
||||
}
|
||||
|
||||
if (MatchesAny(loweredTranscript, "surprise", "surprise me", "show me something fun"))
|
||||
{
|
||||
return "surprise";
|
||||
|
||||
Reference in New Issue
Block a user