Skip to content

Commit

Permalink
Moved botconfig for specific bot to a sample bot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattias committed Jul 22, 2019
1 parent b867196 commit 925286e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sample.botconfig.json
.git
.gitignore
.env
Expand Down
10 changes: 4 additions & 6 deletions mikesmother.botconfig.json → sample.botconfig.json
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
}
}

0 comments on commit 925286e

Please sign in to comment.