mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user