Reverted back to a re-fork of discord.net

This commit is contained in:
Kwoth
2023-08-12 13:48:56 +00:00
parent f4b21a9445
commit 17ef3caefd
8 changed files with 18 additions and 8 deletions

View File

@@ -79,6 +79,8 @@ public sealed class DoAsUserMessage : IUserMessage
public IUser Author => _user;
public IThreadChannel Thread => _msg.Thread;
public IReadOnlyCollection<IAttachment> Attachments => _msg.Attachments;
public IReadOnlyCollection<IEmbed> Embeds => _msg.Embeds;
@@ -106,6 +108,7 @@ public sealed class DoAsUserMessage : IUserMessage
public MessageFlags? Flags => _msg.Flags;
public IMessageInteraction Interaction => _msg.Interaction;
public MessageRoleSubscriptionData RoleSubscriptionData => _msg.RoleSubscriptionData;
public Task ModifyAsync(Action<MessageProperties> func, RequestOptions? options = null)
{

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Discord.Net" Version="3.11.0" />
<PackageReference Include="Discord.Net" Version="3.202.0" />
</ItemGroup>
<ItemGroup>