mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 08:22:22 +02:00
Fix
This commit is contained in:
@@ -133,7 +133,7 @@ module.exports = class TwentyQuestionsCommand extends Command {
|
|||||||
return {
|
return {
|
||||||
question: resultText.text().split('\n')[0],
|
question: resultText.text().split('\n')[0],
|
||||||
answers,
|
answers,
|
||||||
url: `${baseURI}${startURL}`
|
url
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user