From 5db834756845c4ae7b90d5c64618d3f00fa2dfc1 Mon Sep 17 00:00:00 2001 From: ALazyMeme Date: Mon, 25 Jul 2022 20:33:46 +1000 Subject: [PATCH] Added North Korean News Related: #36 --- commands/news/definitions.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/commands/news/definitions.json b/commands/news/definitions.json index cd179418..df8505e1 100644 --- a/commands/news/definitions.json +++ b/commands/news/definitions.json @@ -849,5 +849,18 @@ "helpers": ["rod41732"] } ] + }, + { + "code": "kp", + "language": "Korean", + "sources": [ + { + "name": "Daily NK", + "url": "https://www.dailynk.com", + "path": null, + "endpoints": ["feed"], + "helpers": ["ALazyMeme"] + } + ] } ]