mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Change to xiaodev
This commit is contained in:
@@ -5,7 +5,7 @@ const cheerio = require('cheerio');
|
||||
const { stripIndents } = require('common-tags');
|
||||
const { cleanAnilistHTML, embedURL } = require('../../util/Util');
|
||||
const logos = require('../../assets/json/logos');
|
||||
const ANILIST_USERNAME = process.env.ANILIST_USERNAME || 'lilyissillyyy';
|
||||
const ANILIST_USERNAME = process.env.ANILIST_USERNAME || 'AniList';
|
||||
const searchGraphQL = stripIndents`
|
||||
query ($search: String, $type: MediaType, $isAdult: Boolean) {
|
||||
anime: Page (perPage: 10) {
|
||||
|
||||
Reference in New Issue
Block a user