diff --git a/typings/index.d.ts b/typings/index.d.ts index ef12db888..2c8a45fdb 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1178,7 +1178,7 @@ declare module 'discord.js' { export class SnowflakeUtil { public static deconstruct(snowflake: Snowflake): DeconstructedSnowflake; - public static generate(): Snowflake; + public static generate(timestamp?: number | Date): Snowflake; } export class StreamDispatcher extends VolumeInterface {