diff --git a/deno/globals.ts b/deno/globals.ts index a393c018..01c9b8ce 100644 --- a/deno/globals.ts +++ b/deno/globals.ts @@ -1,13 +1,13 @@ /** * https://discord.com/developers/docs/reference#snowflakes */ -export type Snowflake = `${bigint}`; +export type Snowflake = string; /** * https://discord.com/developers/docs/topics/permissions * @internal */ -export type Permissions = `${bigint}`; +export type Permissions = string; /** * https://discord.com/developers/docs/reference#message-formatting-formats diff --git a/globals.ts b/globals.ts index a393c018..01c9b8ce 100644 --- a/globals.ts +++ b/globals.ts @@ -1,13 +1,13 @@ /** * https://discord.com/developers/docs/reference#snowflakes */ -export type Snowflake = `${bigint}`; +export type Snowflake = string; /** * https://discord.com/developers/docs/topics/permissions * @internal */ -export type Permissions = `${bigint}`; +export type Permissions = string; /** * https://discord.com/developers/docs/reference#message-formatting-formats