From a258632995cfa2903aa4abb005e5edb3cbd76000 Mon Sep 17 00:00:00 2001 From: CyberL1 Date: Sun, 19 Oct 2025 19:44:21 +0200 Subject: [PATCH] chore: remove `is this right?` comments --- src/schemas/api/bots/InteractionCreateSchema.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/schemas/api/bots/InteractionCreateSchema.ts b/src/schemas/api/bots/InteractionCreateSchema.ts index 4bcf09ab..9c0a6286 100644 --- a/src/schemas/api/bots/InteractionCreateSchema.ts +++ b/src/schemas/api/bots/InteractionCreateSchema.ts @@ -11,12 +11,12 @@ export interface InteractionCreateSchema { guild?: InteractionGuild; guild_id?: Snowflake; guild_locale?: string; - channel?: Channel; // TODO: is this right? + channel?: Channel; channel_id?: Snowflake; - member?: PublicMember; // TODO: is this right? - user?: PublicUser; // TODO: is this right? + member?: PublicMember; + user?: PublicUser; locale?: string; - message?: Message; // TODO: is this right? + message?: Message; app_permissions: string; entitlements?: object[]; // TODO: types? entitlement_sku_ids?: Snowflake[]; // DEPRECATED