enwnbot

Converts MediaWiki [[links]] and {{templates}} to links on IRC
git clone http://git.hanabi.in/repos/enwnbot.git
Log | Files | Refs | README | LICENSE

commit 87b9310bc6af01fb74e524d06e924cbe501525ae
parent b924dbb66a63784c5eadd26367e0c0eb5780d583
Author: Agastya Chandrakant <acagastya@outlook.com>
Date:   Fri, 19 Jun 2020 20:55:21 +0530

missing param
Diffstat:
Mconfig.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.js b/config.js @@ -13,7 +13,7 @@ const config = { 'https://meta.wikimedia.org/w/api.php?action=shortenurl&format=json&url=', URL: 'https://en.wikinews.org/w/index.php?title=', URAPI: - 'https://en.wikinews.org/w/api.php?action=query&list=categorymembers&cmtitle=Category:Under%20review&format=json&cmsort=timestamp&cmprop=title', + 'https://en.wikinews.org/w/api.php?action=query&list=categorymembers&cmtitle=Category:Under%20review&format=json&cmsort=timestamp&cmprop=title|timestamp', }; module.exports = config;