Skip to content

Commit

Permalink
docs: use one line jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
suneettipirneni committed Oct 26, 2021
1 parent 704e705 commit edff924
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions typings/index.d.ts
Expand Up @@ -2898,9 +2898,7 @@ export class ThreadMemberManager extends CachedManager<Snowflake, ThreadMember,
public thread: ThreadChannel;
public add(member: UserResolvable | '@me', reason?: string): Promise<Snowflake>;
public fetch(member: UserResolvable, options?: BaseFetchOptions): Promise<ThreadMember>;
/**
* @deprecated Use fetch(member, options) instead.
*/
/** @deprecated Use fetch(member, options) instead. */
public fetch(cache?: boolean): Promise<Collection<Snowflake, ThreadMember>>;
public remove(id: Snowflake | '@me', reason?: string): Promise<Snowflake>;
}
Expand Down

0 comments on commit edff924

Please sign in to comment.