Skip to content

Commit

Permalink
[Fix] Fix CustomSticker.DeleteAsync() (#2966)
Browse files Browse the repository at this point in the history
  • Loading branch information
Misha-133 authored Jul 21, 2024
1 parent 6e531a2 commit 359f6db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Discord.Net.Rest/Entities/Messages/CustomSticker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ internal CustomSticker(BaseDiscordClient client, ulong id, RestGuild guild, ulon
{
AuthorId = authorId;
Guild = guild;
GuildId = guild.Id;
}
internal CustomSticker(BaseDiscordClient client, ulong id, ulong guildId, ulong? authorId = null)
: base(client, id)
Expand Down

0 comments on commit 359f6db

Please sign in to comment.