mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user