This commit is contained in:
Dragon Fire
2021-05-21 23:14:02 -04:00
parent c60944e95b
commit 1f6acc7425
+1 -1
View File
@@ -63,7 +63,7 @@ module.exports = class WouldYouRatherCommand extends Command {
}
async fetchScenario() {
const { text } = await request.get('http://either.io/questions/next/');
const { text } = await request.get('http://either.io/questions/next/1');
return JSON.parse(text).questions[0];
}