mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
fix(Caching): sweep archived threads in all channel caches (#6312)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -1852,6 +1852,7 @@ export class UserFlags extends BitField<UserFlagsString> {
|
||||
|
||||
export class Util extends null {
|
||||
private constructor();
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user