mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Add Credit
This commit is contained in:
@@ -1185,7 +1185,9 @@ here.
|
|||||||
- [Overtime2005](https://github.com/Overtime2005)
|
- [Overtime2005](https://github.com/Overtime2005)
|
||||||
* alert (Concept)
|
* alert (Concept)
|
||||||
* dislike (Concept)
|
* dislike (Concept)
|
||||||
|
* hentai (Subreddit List)
|
||||||
* like (Concept)
|
* like (Concept)
|
||||||
|
* porn (Subreddit List)
|
||||||
* simp (Concept)
|
* simp (Concept)
|
||||||
- [PAC-MAN Party](http://pacman.com/en/pac-man-games/pac-man-party)
|
- [PAC-MAN Party](http://pacman.com/en/pac-man-games/pac-man-party)
|
||||||
* balloon-pop (Concept)
|
* balloon-pop (Concept)
|
||||||
|
|||||||
@@ -15,6 +15,13 @@ module.exports = class HentaiCommand extends SubredditCommand {
|
|||||||
nsfw: true,
|
nsfw: true,
|
||||||
postType: 'image',
|
postType: 'image',
|
||||||
getIcon: true,
|
getIcon: true,
|
||||||
|
credit: [
|
||||||
|
{
|
||||||
|
name: 'Overtime2005',
|
||||||
|
url: 'https://github.com/Overtime2005',
|
||||||
|
reason: 'Subreddit List'
|
||||||
|
}
|
||||||
|
],
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
key: 'subreddit',
|
key: 'subreddit',
|
||||||
|
|||||||
@@ -16,6 +16,11 @@ module.exports = class PornCommand extends SubredditCommand {
|
|||||||
nsfw: true,
|
nsfw: true,
|
||||||
postType: 'image',
|
postType: 'image',
|
||||||
getIcon: true,
|
getIcon: true,
|
||||||
|
credit: {
|
||||||
|
name: 'Overtime2005',
|
||||||
|
url: 'https://github.com/Overtime2005',
|
||||||
|
reason: 'Subreddit List'
|
||||||
|
},
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
key: 'subreddit',
|
key: 'subreddit',
|
||||||
|
|||||||
Reference in New Issue
Block a user