chore: remove is this right? comments

This commit is contained in:
CyberL1 2025-10-19 19:44:21 +02:00 committed by Rory&
parent cf3d9e6a58
commit a258632995

View File

@ -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