diff --git a/VPLink.Common/VPLink.Common.csproj b/VPLink.Common/VPLink.Common.csproj index 796fad4..025ca07 100644 --- a/VPLink.Common/VPLink.Common.csproj +++ b/VPLink.Common/VPLink.Common.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/VPLink/Services/VirtualParadiseMessageService.cs b/VPLink/Services/VirtualParadiseMessageService.cs index 2c028b5..32b4fc9 100644 --- a/VPLink/Services/VirtualParadiseMessageService.cs +++ b/VPLink/Services/VirtualParadiseMessageService.cs @@ -51,7 +51,8 @@ public Task SendMessageAsync(RelayedMessage message) FontStyle style = message.IsReply ? configuration.ReplyStyle : configuration.Style; string content = Format.StripMarkDown(message.Content); - return _virtualParadiseClient.SendMessageAsync(message.Author, content, style, color); + _virtualParadiseClient.SendMessage(message.Author, content, style, color); + return Task.CompletedTask; } /// diff --git a/VPLink/VPLink.csproj b/VPLink/VPLink.csproj index d31b3fc..b31ec54 100644 --- a/VPLink/VPLink.csproj +++ b/VPLink/VPLink.csproj @@ -1,4 +1,4 @@ - + Exe @@ -35,21 +35,21 @@ - - - - - - - - - - - + + + + + + + + + + + - +