mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
Fix parse-domain
This commit is contained in:
@@ -203,6 +203,10 @@ client.on('ready', async () => {
|
||||
client.logger.error(`[TIMEZONES] Failed to set timezones\n${err.stack}`);
|
||||
}
|
||||
|
||||
// Set up parse-domain
|
||||
await client.loadParseDomain();
|
||||
client.logger.info('[PARSE DOMAIN] parse-domain loaded.');
|
||||
|
||||
// Fetch adult site list
|
||||
try {
|
||||
await client.fetchAdultSiteList();
|
||||
|
||||
Reference in New Issue
Block a user