From 83c434dbbdd121994dc2075a3748c8843377551a Mon Sep 17 00:00:00 2001 From: William Roush Date: Tue, 17 Jun 2025 23:50:15 +0000 Subject: [PATCH 1/2] Update all libs version lock to major though --- devanewbot.csproj | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/devanewbot.csproj b/devanewbot.csproj index 7366490..8685c67 100644 --- a/devanewbot.csproj +++ b/devanewbot.csproj @@ -8,22 +8,22 @@ - + - - - + + + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + - - + + From 9dfd79531c8fc9ac8fdf6c9fdaed4633fc61c7b7 Mon Sep 17 00:00:00 2001 From: William Roush Date: Tue, 17 Jun 2025 23:53:30 +0000 Subject: [PATCH 2/2] Fix build error --- Services/GifCommand.cs | 2 +- Services/InviteService.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Services/GifCommand.cs b/Services/GifCommand.cs index 990ee33..7697d3c 100644 --- a/Services/GifCommand.cs +++ b/Services/GifCommand.cs @@ -150,6 +150,6 @@ await SendGif(request.Channel.Id, } - await Client.Respond(request.ResponseUrl, new SlackNet.Interaction.MessageUpdateResponse(new MessageResponse { DeleteOriginal = true }), null); + await Client.Respond(request.ResponseUrl, new SlackNet.Interaction.MessageUpdateResponse(new MessageResponse { DeleteOriginal = true }), System.Threading.CancellationToken.None); } } diff --git a/Services/InviteService.cs b/Services/InviteService.cs index c38979d..7a09715 100644 --- a/Services/InviteService.cs +++ b/Services/InviteService.cs @@ -179,7 +179,7 @@ await SlackApiClient.Chat.PostMessage(new Message if (request is not null) { - await SlackApiClient.Respond(request.ResponseUrl, new SlackNet.Interaction.MessageUpdateResponse(new MessageResponse { DeleteOriginal = true }), null); + await SlackApiClient.Respond(request.ResponseUrl, new SlackNet.Interaction.MessageUpdateResponse(new MessageResponse { DeleteOriginal = true }), System.Threading.CancellationToken.None); } await SlackApiClient.Chat.PostMessage(new Message {