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