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