Change message
This commit is contained in:
parent
b5f96ea7ff
commit
8b31b24e10
@ -220,7 +220,7 @@ let buy storeId (filterBy : ItemType option) (ctx : IDiscordContext) =
|
|||||||
do! ctx.FollowUp itemStore |> Async.AwaitTask
|
do! ctx.FollowUp itemStore |> Async.AwaitTask
|
||||||
do! Analytics.buyItemCommand (ctx.GetDiscordMember()) storeId
|
do! Analytics.buyItemCommand (ctx.GetDiscordMember()) storeId
|
||||||
else
|
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}"
|
with ex -> printfn $"{ex.Message}"
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user