Improve log

This commit is contained in:
Joseph Ferano 2022-04-25 18:15:40 +07:00
parent fcd1f63154
commit a60660b7c2

View File

@ -384,7 +384,7 @@ let sendEmbed (jackpotNumChannel : DiscordChannel) slotsChannel (message : Disco
// Update Jackpot channel
try
do! jackpotNumChannel.ModifyAsync(fun channelEditModel -> channelEditModel.Name <- $"Jackpot: {jackpot} 💰 $GBT") |> Async.AwaitTask
with ex -> printfn $"{ex.Message}"
with ex -> printfn $"Error changing name: {ex.Message}"
builder.AddEmbed(embed) |> ignore