diff --git a/src/index.ts b/src/index.ts index 4f74ddb..3722b32 100644 --- a/src/index.ts +++ b/src/index.ts @@ -24,9 +24,6 @@ export class DnsClient extends Client { ); }); } - public async ready(): Promise { - return this.callModuleReturn("ready"); - } public async resolve( domain: string, options: ResolverOptions = { type: DNS_RECORD_TYPE.CONTENT },