diff --git a/Bot/Games/Store.fs b/Bot/Games/Store.fs index 77d3e80..aec2a0c 100644 --- a/Bot/Games/Store.fs +++ b/Bot/Games/Store.fs @@ -220,7 +220,7 @@ let buy storeId (filterBy : ItemType option) (ctx : IDiscordContext) = do! ctx.FollowUp itemStore |> Async.AwaitTask do! Analytics.buyItemCommand (ctx.GetDiscordMember()) storeId else - do! Messaging.sendFollowUpMessage ctx "This channel doesn't have anything to sell" + do! Messaging.sendFollowUpMessage ctx "There are currently no items available, check back later" with ex -> printfn $"{ex.Message}" })