mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 20:27:22 +01:00
push discord.net to 3.9.0
This commit is contained in:
parent
792a66c0d8
commit
ab05198aad
2 changed files with 3 additions and 3 deletions
|
|
@ -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}",
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue