Skip to content

Commit

Permalink
Converted True to true in json
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen authored Jul 28, 2021
1 parent c17150d commit 5e0a852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ This bot is controlled by a `settings.json` file, which has the following struct
"WhisperCooldown": true,
"EnableGenerateCommand": true,
"SentenceSeparator": " - ",
"AllowGenerateParams": True,
"AllowGenerateParams": true,
"GenerateCommands": ["!generate", "!g"]
}
```
Expand Down

0 comments on commit 5e0a852

Please sign in to comment.