mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 15:57:50 +02:00
Fix
This commit is contained in:
@@ -143,7 +143,7 @@ client.on('ready', async () => {
|
|||||||
|
|
||||||
// Fetch adult site list
|
// Fetch adult site list
|
||||||
try {
|
try {
|
||||||
await this.client.fetchAdultSiteList();
|
await client.fetchAdultSiteList();
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
client.logger.error(`[ADULT SITES] Failed to fetch list\n${err.stack}`);
|
client.logger.error(`[ADULT SITES] Failed to fetch list\n${err.stack}`);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user