chore: remove is this right? comments
This commit is contained in:
parent
cf3d9e6a58
commit
a258632995
@ -11,12 +11,12 @@ export interface InteractionCreateSchema {
|
|||||||
guild?: InteractionGuild;
|
guild?: InteractionGuild;
|
||||||
guild_id?: Snowflake;
|
guild_id?: Snowflake;
|
||||||
guild_locale?: string;
|
guild_locale?: string;
|
||||||
channel?: Channel; // TODO: is this right?
|
channel?: Channel;
|
||||||
channel_id?: Snowflake;
|
channel_id?: Snowflake;
|
||||||
member?: PublicMember; // TODO: is this right?
|
member?: PublicMember;
|
||||||
user?: PublicUser; // TODO: is this right?
|
user?: PublicUser;
|
||||||
locale?: string;
|
locale?: string;
|
||||||
message?: Message; // TODO: is this right?
|
message?: Message;
|
||||||
app_permissions: string;
|
app_permissions: string;
|
||||||
entitlements?: object[]; // TODO: types?
|
entitlements?: object[]; // TODO: types?
|
||||||
entitlement_sku_ids?: Snowflake[]; // DEPRECATED
|
entitlement_sku_ids?: Snowflake[]; // DEPRECATED
|
||||||
|
|||||||
Reference in New Issue
Block a user