diff --git a/src/index.ts b/src/index.ts index 2c375e9..9c732b5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -14,7 +14,7 @@ export class DnsClient extends Client { public async clear(): Promise { return this.callModuleReturn("clear"); } - public async getResolvers(): Promise { + get resolvers(): Promise { return this.callModuleReturn("getResolvers"); } public async ready(): Promise {