Skip to content

Commit

Permalink
Merge 390537a into 1ae5388
Browse files Browse the repository at this point in the history
  • Loading branch information
elipeF committed Oct 2, 2020
2 parents 1ae5388 + 390537a commit d333302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TeamSpeak.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@ export class TeamSpeak extends EventEmitter {
* @param pattern the pattern to search clients
*/
clientFind(pattern: string) {
return this.execute<Response.ClientFind>("clientfind", { pattern })
return this.execute<Response.ClientFind[]>("clientfind", { pattern })
}

/**
Expand Down

0 comments on commit d333302

Please sign in to comment.