diff --git a/commands/search/wikipedia.js b/commands/search/wikipedia.js index 55d1cfb5..2b26f890 100644 --- a/commands/search/wikipedia.js +++ b/commands/search/wikipedia.js @@ -68,7 +68,7 @@ module.exports = class WikipediaCommand extends Command { fact += ' '; } const url = `https://en.wikipedia.org/wiki/${encodeURIComponent(query).replaceAll(')', '%29')}`; - face += embedURL('Read more...', url); + fact += embedURL('Read more...', url); const embed = new EmbedBuilder() .setColor(0xE7E7E7) .setTitle(data.title)