increased limit, increased thickness
This commit is contained in:
parent
2d23bd898a
commit
3a83ba5e0b
|
|
@ -10,7 +10,7 @@ class Lewd {
|
|||
}
|
||||
|
||||
async loadSubreddit(name) {
|
||||
let subredditData = await rp(`https://www.reddit.com/r/${name}.json`);
|
||||
let subredditData = await rp(`https://www.reddit.com/r/${name}.json?limit=250`);
|
||||
try {
|
||||
let sJson = JSON.parse(subredditData);
|
||||
return sJson;
|
||||
|
|
@ -49,9 +49,9 @@ class Lewd {
|
|||
if(msg.content.startsWith('!tits')) {
|
||||
chan.send(await this.getRandomRedditImg('homegrowntits+BigBoobsGW+Boobies'));
|
||||
} else if (msg.content.startsWith('!booty') || msg.content.startsWith('!ass')) {
|
||||
chan.send(await this.getRandomRedditImg('bigasses+whooties+pawg'));
|
||||
chan.send(await this.getRandomRedditImg('bigasses+whooties+pawg+slightcellulite'));
|
||||
} else if (msg.content.startsWith('!thicc')) {
|
||||
chan.send(await this.getRandomRedditImg('thick+thicker+voluptuous'));
|
||||
chan.send(await this.getRandomRedditImg('thicker+thickthighs+chubby+voluptuous+breedingmaterial'));
|
||||
} else if (msg.content.startsWith('!2d')) {
|
||||
chan.send(await this.getRandomRedditImg('hentai+rule34'));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue