diff --git a/packages/bot/src/transformers/types.ts b/packages/bot/src/transformers/types.ts index d6796b782..a48bc6eca 100644 --- a/packages/bot/src/transformers/types.ts +++ b/packages/bot/src/transformers/types.ts @@ -947,7 +947,7 @@ export interface Interaction { /** The type of interaction */ type: InteractionTypes /** Guild that the interaction was sent from */ - guild: Guild + guild?: Partial /** The guild it was sent from */ guildId?: bigint /** The channel it was sent from */