diff --git a/commands/search/wikipedia.js b/commands/search/wikipedia.js index baf5cd6e..b6654242 100644 --- a/commands/search/wikipedia.js +++ b/commands/search/wikipedia.js @@ -38,7 +38,7 @@ module.exports = class WikipediaCommand extends Command { titles: query, exintro: '', explaintext: '', - pllimit: 20, + pllimit: 15, piprop: 'original', redirects: '', formatversion: 2 @@ -59,6 +59,7 @@ module.exports = class WikipediaCommand extends Command { } const isDisambig = data.categories.some(category => category.title === 'Category:Disambiguation pages'); if (isDisambig) { + fact += '\n'; fact += data.links.map(link => link.title).join('\n'); fact += '\n'; } else {