Skip to content

Commit

Permalink
types(Util): fix cleanContent parameter type (#6321)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaTiemsz authored Aug 6, 2021
1 parent 9e6a627 commit 60ace9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1855,7 +1855,7 @@ export class Util extends null {
public static archivedThreadSweepFilter<K, V>(lifetime?: number): SweepFilter<K, V>;
public static basename(path: string, ext?: string): string;
public static binaryToId(num: string): Snowflake;
public static cleanContent(str: string, channel: Channel): string;
public static cleanContent(str: string, channel: TextBasedChannels): string;
public static removeMentions(str: string): string;
public static cloneObject(obj: unknown): unknown;
public static delayFor(ms: number): Promise<void>;
Expand Down

0 comments on commit 60ace9a

Please sign in to comment.