mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 01:40:08 +00:00
fix(bot): make Interaction.guild a Partial<Guild> (#4556)
* fix(bot): make Interaction.guild a Partial<Guild> * Update packages/bot/src/transformers/types.ts Co-authored-by: Awesome Stickz <awesome@stickz.dev> --------- Co-authored-by: Awesome Stickz <awesome@stickz.dev>
This commit is contained in:
@@ -947,7 +947,7 @@ export interface Interaction {
|
||||
/** The type of interaction */
|
||||
type: InteractionTypes
|
||||
/** Guild that the interaction was sent from */
|
||||
guild: Guild
|
||||
guild?: Partial<Guild>
|
||||
/** The guild it was sent from */
|
||||
guildId?: bigint
|
||||
/** The channel it was sent from */
|
||||
|
||||
Reference in New Issue
Block a user