diff --git a/Bot/Games/Store.fs b/Bot/Games/Store.fs index 6cb7651..5a16fc6 100644 --- a/Bot/Games/Store.fs +++ b/Bot/Games/Store.fs @@ -357,6 +357,9 @@ let handleStoreEvents _ (event : ComponentInteractionCreateEventArgs) = builder.Content <- $"Incorrect Action identifier {id}" do! ctx.Respond(InteractionResponseType.ChannelMessageWithSource, builder) |> Async.AwaitTask } + |> Async.AwaitTask + |> Async.Start + Task.CompletedTask let sendBackalleyEmbed (ctx : IDiscordContext) = async { diff --git a/Bot/Scripts/Whitelist.fsx b/Bot/Scripts/Whitelist.fsx index fb947cb..0014d55 100644 --- a/Bot/Scripts/Whitelist.fsx +++ b/Bot/Scripts/Whitelist.fsx @@ -3,6 +3,7 @@ open Npgsql.FSharp open DSharpPlus open DSharpPlus.Entities +open Solnet.Programs open dotenv.net let prodEnv = DotEnv.Read(DotEnvOptions(envFilePaths = [ "./.prod.env" ]))