diff --git a/src/structures/slash.ts b/src/structures/slash.ts index e8c59f4..c222814 100644 --- a/src/structures/slash.ts +++ b/src/structures/slash.ts @@ -177,8 +177,7 @@ export class Interaction extends SnowflakeBase { type: data.type ?? InteractionResponseType.CHANNEL_MESSAGE_WITH_SOURCE, data: data.type === undefined || - data.type === InteractionResponseType.CHANNEL_MESSAGE_WITH_SOURCE || - data.type === InteractionResponseType.CHANNEL_MESSAGE + data.type === InteractionResponseType.CHANNEL_MESSAGE_WITH_SOURCE ? { content: data.content ?? '', embeds: data.embeds,