diff --git a/src/index.ts b/src/index.ts index 31f1102..7b693e6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -9,8 +9,8 @@ export class DnsClient extends Client { public async clear(): Promise { return this.callModuleReturn("clear"); } - public async getResolvers(): Promise { - return this.callModuleReturn("clear"); + public async getResolvers(): Promise { + return this.callModuleReturn("getResolvers"); } public async ready(): Promise { return this.callModuleReturn("ready");