push discord.net to 3.9.0

This commit is contained in:
rootdarkarchon
2023-02-10 11:11:15 +01:00
parent 792a66c0d8
commit ab05198aad
2 changed files with 3 additions and 3 deletions

View File

@@ -222,7 +222,7 @@ public class MareModule : InteractionModuleBase
_logger.LogInformation("SlashCommand:{userId}:{Method}",
Context.Interaction.User.Id, nameof(Recover));
await RespondWithModalAsync<LodestoneModal>($"recover_modal,{secondaryUid}").ConfigureAwait(false);
await RespondWithModalAsync<LodestoneModal>($"recover_modal:{secondaryUid}").ConfigureAwait(false);
}
[SlashCommand("userinfo", "Shows you your user information")]
@@ -322,7 +322,7 @@ public class MareModule : InteractionModuleBase
}
}
[ModalInteraction("recover_modal,*")]
[ModalInteraction("recover_modal:*")]
public async Task RecoverModal(string? secondaryUid, LodestoneModal modal)
{
_logger.LogInformation("Modal:{userId}:{Method}",

View File

@@ -21,7 +21,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Discord.Net" Version="3.8.1" />
<PackageReference Include="Discord.Net" Version="3.9.0" />
<PackageReference Include="EFCore.NamingConventions" Version="7.0.2" />
<PackageReference Include="Grpc.AspNetCore" Version="2.51.0" />
<PackageReference Include="Karambolo.Extensions.Logging.File" Version="3.3.1" />