-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved botconfig for specific bot to a sample bot.
- Loading branch information
Mattias
committed
Jul 22, 2019
1 parent
b867196
commit 925286e
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
sample.botconfig.json | ||
.git | ||
.gitignore | ||
.env | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,22 @@ | ||
{ | ||
"botConfig": { | ||
"prefix": "MMBOT", | ||
"prefix": "SAMPLE", | ||
"greetingsMessages" : [ | ||
"Hello. I am Mike's Mother bot!", | ||
"Hello. I am Sample bot!", | ||
"Nice to meet you.", | ||
"Ask me something.", | ||
"Whats about a photo of Mike's Mother?" | ||
], | ||
"responses": [ | ||
"Here she is, gorgeous as always!", | ||
"Here you are.", | ||
"Here it is" | ||
], | ||
"keywords": [ | ||
"photo" | ||
"picture" | ||
] | ||
}, | ||
"imageSearchConfig": { | ||
"type": "ImageSearchBot.ImageSearch.BingImageSearch", | ||
"query": "cara buono", | ||
"query": "sample query", | ||
"includeNsfw": false | ||
} | ||
} |