This commit is contained in:
Dragon Fire
2024-05-13 23:49:07 -04:00
parent 44f51bd219
commit 225b9574af
+1 -1
View File
@@ -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)