summary refs log tree commit diff
path: root/dist/server-util/src/util/Intents.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'dist/server-util/src/util/Intents.d.ts')
-rw-r--r--dist/server-util/src/util/Intents.d.ts20
1 files changed, 0 insertions, 20 deletions
diff --git a/dist/server-util/src/util/Intents.d.ts b/dist/server-util/src/util/Intents.d.ts
deleted file mode 100644

index bf8bac90..00000000 --- a/dist/server-util/src/util/Intents.d.ts +++ /dev/null
@@ -1,20 +0,0 @@ -import { BitField } from "./BitField"; -export declare class Intents extends BitField { - static FLAGS: { - GUILDS: bigint; - GUILD_MEMBERS: bigint; - GUILD_BANS: bigint; - GUILD_EMOJIS: bigint; - GUILD_INTEGRATIONS: bigint; - GUILD_WEBHOOKS: bigint; - GUILD_INVITES: bigint; - GUILD_VOICE_STATES: bigint; - GUILD_PRESENCES: bigint; - GUILD_MESSAGES: bigint; - GUILD_MESSAGE_REACTIONS: bigint; - GUILD_MESSAGE_TYPING: bigint; - DIRECT_MESSAGES: bigint; - DIRECT_MESSAGE_REACTIONS: bigint; - DIRECT_MESSAGE_TYPING: bigint; - }; -}