From 125419c109ba8ecfb9757c48cba6f41f568c4e2a Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 23 May 2020 13:15:19 -0400 Subject: [PATCH] Fix --- commands/random-img/porn.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/commands/random-img/porn.js b/commands/random-img/porn.js index 98975e15..6685fb9e 100644 --- a/commands/random-img/porn.js +++ b/commands/random-img/porn.js @@ -16,11 +16,13 @@ module.exports = class PornCommand extends SubredditCommand { nsfw: true, postType: 'image', getIcon: true, - credit: { - name: 'Overtime2005', - url: 'https://github.com/Overtime2005', - reason: 'Subreddit List' - }, + credit: [ + { + name: 'Overtime2005', + url: 'https://github.com/Overtime2005', + reason: 'Subreddit List' + } + ], args: [ { key: 'subreddit',