From 225b9574af5b144436f6ff0c7f21cee5e2c9c490 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 13 May 2024 23:49:07 -0400 Subject: [PATCH] Fix --- commands/search/wikipedia.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)