diff --git a/config.js b/config.js index 44e29f5..e6a49f1 100644 --- a/config.js +++ b/config.js @@ -35,7 +35,7 @@ module.exports = function(){ for(let r of res.definitions){ txt+= `*${r.speech}:*\n`; for(let l of r.lines){ - txt+= `_${l.define}_\n`; + txt+= ` - _${l.define}_\n\n`; } txt += `\n`; }