Skip to content

Commit

Permalink
Updates docs/botfile.md
Browse files Browse the repository at this point in the history
Auto commit by GitBook Editor
  • Loading branch information
slvnperron committed Nov 29, 2016
1 parent aed51ea commit 913e4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/botfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ The configuration can be accessed programmatically directly in the `bp.botfile`

## Customization

Since the botfile is a regular commonjs module, arbitrary code can be run in the botfile in order to compute the required fields. The exported value must always be the final configuration object and should be synchronous. You should never mutate the configuration at run time.
Since the botfile is a regular commonjs module, arbitrary code can be run in the botfile in order to compute the required fields. The exported value must always be the final configuration object and should be synchronous. You should never mutate the configuration at run time.

0 comments on commit 913e4c5

Please sign in to comment.