Add Credit

This commit is contained in:
Dragon Fire
2020-05-23 13:13:36 -04:00
parent 1b496e3e2b
commit f82df7728f
3 changed files with 14 additions and 0 deletions
+2
View File
@@ -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)
+7
View File
@@ -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',
+5
View File
@@ -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',