diff --git a/commands/games-sp/20-questions.js b/commands/games-sp/20-questions.js index 983e5830..ff49aa13 100644 --- a/commands/games-sp/20-questions.js +++ b/commands/games-sp/20-questions.js @@ -133,7 +133,7 @@ module.exports = class TwentyQuestionsCommand extends Command { return { question: resultText.text().split('\n')[0], answers, - url: `${baseURI}${startURL}` + url } } };