mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 09:42:22 +00:00
typings(SnowflakeUtil): add optional "timestamp" parameter to generate (#2998)
This commit is contained in:
parent
73aaab5106
commit
8b602ebed4
1 changed files with 1 additions and 1 deletions
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
|
|
@ -1178,7 +1178,7 @@ declare module 'discord.js' {
|
||||||
|
|
||||||
export class SnowflakeUtil {
|
export class SnowflakeUtil {
|
||||||
public static deconstruct(snowflake: Snowflake): DeconstructedSnowflake;
|
public static deconstruct(snowflake: Snowflake): DeconstructedSnowflake;
|
||||||
public static generate(): Snowflake;
|
public static generate(timestamp?: number | Date): Snowflake;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class StreamDispatcher extends VolumeInterface {
|
export class StreamDispatcher extends VolumeInterface {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue