Change message

This commit is contained in:
Joseph Ferano 2022-05-22 22:23:08 +07:00
parent b5f96ea7ff
commit 8b31b24e10

View File

@ -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}"
})