diff --git a/src/types/index.ts b/src/types/index.ts index a78d030..edd6202 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -35,7 +35,5 @@ export type Snowflake = string; /** * https://discord.com/developers/docs/topics/permissions - * - * @internal */ export type Permissions = string;