forked from Galactic/galactic-bot
bugfix
This commit is contained in:
parent
7ea07750e5
commit
f196a4ab47
@ -405,7 +405,7 @@ class Resolver {
|
||||
await this.dnsresolver.resolveAny(domain);
|
||||
return true;
|
||||
} catch (err) {
|
||||
this.client.error(err);
|
||||
this.client.logger.error(err);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user