summary refs log tree commit diff
path: root/dist/models/Interaction.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'dist/models/Interaction.d.ts')
-rw-r--r--dist/models/Interaction.d.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/models/Interaction.d.ts b/dist/models/Interaction.d.ts

index df03b8a9..53836981 100644 --- a/dist/models/Interaction.d.ts +++ b/dist/models/Interaction.d.ts
@@ -1,11 +1,11 @@ import { AllowedMentions, Embed } from "./Message"; export interface Interaction { - id: bigint; + id: string; type: InteractionType; data?: {}; - guild_id: bigint; - channel_id: bigint; - member_id: bigint; + guild_id: string; + channel_id: string; + member_id: string; token: string; version: number; }