This commit is contained in:
Dragon Fire
2020-06-07 21:26:31 -04:00
parent 95ed71ce81
commit ad717574cc
+1 -1
View File
@@ -32,6 +32,6 @@ module.exports = class WouldYouRatherCommand extends Command {
async fetchScenario(nsfw) {
const { body } = await request.get('https://www.rrrather.com/botapi');
if (body.nsfw && !nsfw) return this.fetchScenario(nsfw);
return body;
return body;
}
};