Skip to content

Commit a1ac60c

Browse files
author
Christoph Rumpel
committed
Fix wrong var name and typo
1 parent 64aa3ef commit a1ac60c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ WEBHOOK_VERIFY_TOKEN=
33
PAGE_ACCESS_TOKEN=
44

55
# Bot platforms
6-
APIAI_TOKEN=
6+
DIALOGFLOW_TOKEN=
77
WITAI_TOKEN=

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
// Example 3: If you want to use a bot platform like Dialogflow
2828
// Don't forget to place your Dialogflow Client access token in the .env file
29-
// $replyMessage = $chatbotHelper->getAnswer($message, 'dialoglow');
29+
// $replyMessage = $chatbotHelper->getAnswer($message, 'dialogflow');
3030

3131
// Example 4: If you want to use a bot platform like wit.ai
3232
// Don't forget to place your Wit.ai Client access token in the .env file (WITAI_TOKEN)

0 commit comments

Comments
 (0)