mention_handling defaults to 1

This commit is contained in:
Lynne 2019-04-29 14:24:52 +10:00
parent 02343668b8
commit 3f998c018e
No known key found for this signature in database
GPG Key ID: FB7B970303ACE499
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ cfg = {
"site": "https://botsin.space",
"cw": None,
"instance_blacklist": ["bofa.lol", "witches.town"],
"learn_from_cw": False
"learn_from_cw": False,
"mention_handling": 1,
}
try:
cfg.update(json.load(open('config.json', 'r')))