From f82df7728f67429b77db081bbb3c9629741baf9a Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 23 May 2020 13:13:36 -0400 Subject: [PATCH] Add Credit --- README.md | 2 ++ commands/random-img/hentai.js | 7 +++++++ commands/random-img/porn.js | 5 +++++ 3 files changed, 14 insertions(+) diff --git a/README.md b/README.md index f5149d51..88b7308c 100644 --- a/README.md +++ b/README.md @@ -1185,7 +1185,9 @@ here. - [Overtime2005](https://github.com/Overtime2005) * alert (Concept) * dislike (Concept) + * hentai (Subreddit List) * like (Concept) + * porn (Subreddit List) * simp (Concept) - [PAC-MAN Party](http://pacman.com/en/pac-man-games/pac-man-party) * balloon-pop (Concept) diff --git a/commands/random-img/hentai.js b/commands/random-img/hentai.js index cec24adb..c9b56fa3 100644 --- a/commands/random-img/hentai.js +++ b/commands/random-img/hentai.js @@ -15,6 +15,13 @@ module.exports = class HentaiCommand extends SubredditCommand { nsfw: true, postType: 'image', getIcon: true, + credit: [ + { + name: 'Overtime2005', + url: 'https://github.com/Overtime2005', + reason: 'Subreddit List' + } + ], args: [ { key: 'subreddit', diff --git a/commands/random-img/porn.js b/commands/random-img/porn.js index 27f6525e..98975e15 100644 --- a/commands/random-img/porn.js +++ b/commands/random-img/porn.js @@ -16,6 +16,11 @@ module.exports = class PornCommand extends SubredditCommand { nsfw: true, postType: 'image', getIcon: true, + credit: { + name: 'Overtime2005', + url: 'https://github.com/Overtime2005', + reason: 'Subreddit List' + }, args: [ { key: 'subreddit',