mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Fix
This commit is contained in:
@@ -63,7 +63,7 @@ module.exports = class WouldYouRatherCommand extends Command {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async fetchScenario() {
|
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];
|
return JSON.parse(text).questions[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user