mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 08:12:04 +02:00
Add Credit
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user