v2.1 update log:
- Added
GenerateCommands
field - Specifies the generation commands that the bot will listen for. Defaults to["!generate", "!g"]
. Useful if your chat is used to commands with~
,-
,/
, etc. - Added
AllowGenerateParams
field - Specifies whether the chat is allowed to supply a partial sentence which the bot finishes, e.g.!generate hello, I am
. Iffalse
, all values after the generation command will be ignored. - Place
blacklist.txt
on.gitignore
.
Thanks to @justinrusso for the help.
- Tom Aarsen