Skip to content

Commit

Permalink
Fixup! CyberBuddy - Rename keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
csavelief committed Oct 7, 2024
1 parent 857e86a commit 0d7c2e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ public function handle(): void
");
}
})->skipsConversation();
$botman->hears('/question ([a-zA-90-9]+) (.*)', function (BotMan $botman, string $collection, string $question) {
$botman->hears('/question ([a-zA-Z0-9]+) (.*)', function (BotMan $botman, string $collection, string $question) {
$botman->types();
$response = ApiUtils::ask_chunks_demo($collection, $question);
if ($response['error']) {
Expand Down

0 comments on commit 0d7c2e1

Please sign in to comment.