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

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')))