push discord.net to 3.9.0
This commit is contained in:
@@ -222,7 +222,7 @@ public class MareModule : InteractionModuleBase
|
|||||||
_logger.LogInformation("SlashCommand:{userId}:{Method}",
|
_logger.LogInformation("SlashCommand:{userId}:{Method}",
|
||||||
Context.Interaction.User.Id, nameof(Recover));
|
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")]
|
[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)
|
public async Task RecoverModal(string? secondaryUid, LodestoneModal modal)
|
||||||
{
|
{
|
||||||
_logger.LogInformation("Modal:{userId}:{Method}",
|
_logger.LogInformation("Modal:{userId}:{Method}",
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<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="EFCore.NamingConventions" Version="7.0.2" />
|
||||||
<PackageReference Include="Grpc.AspNetCore" Version="2.51.0" />
|
<PackageReference Include="Grpc.AspNetCore" Version="2.51.0" />
|
||||||
<PackageReference Include="Karambolo.Extensions.Logging.File" Version="3.3.1" />
|
<PackageReference Include="Karambolo.Extensions.Logging.File" Version="3.3.1" />
|
||||||
|
|||||||
Reference in New Issue
Block a user