Skip to content

Commit

Permalink
fix: ref discordclient to partial guild
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Aug 27, 2024
1 parent 05883e7 commit 5405c5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DisCatSharp/Clients/DiscordClient.Dispatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3851,6 +3851,7 @@ internal async Task OnInteractionCreateAsync(ulong? guildId, ulong channelId, Tr

interaction.ChannelId = channelId;
interaction.GuildId = guildId;
interaction.PartialGuild.Discord = this;
interaction.Discord = this;
interaction.Data.Discord = this;

Expand Down

0 comments on commit 5405c5f

Please sign in to comment.