From 1471cc1ba835bc62139df5104905d2f393abe08c Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Thu, 21 Apr 2022 12:14:36 +0700 Subject: [PATCH] Format --- Bot/Games/SlotMachine.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bot/Games/SlotMachine.fs b/Bot/Games/SlotMachine.fs index 9ed72bf..c927207 100644 --- a/Bot/Games/SlotMachine.fs +++ b/Bot/Games/SlotMachine.fs @@ -203,7 +203,7 @@ let handlePrizeTable (ctx : IDiscordContext) = let spinEmojis (builder : DiscordFollowupMessageBuilder) (results : SlotSymbol array) (itx : DiscordInteraction) = async { - builder.Content <- "Spinning!" + builder.Content <- "**Spinning!**" let! followUp = itx.CreateFollowupMessageAsync(builder) |> Async.AwaitTask match guildEmojis with