Format
This commit is contained in:
parent
8fbb0fcc2e
commit
1471cc1ba8
@ -203,7 +203,7 @@ let handlePrizeTable (ctx : IDiscordContext) =
|
|||||||
|
|
||||||
let spinEmojis (builder : DiscordFollowupMessageBuilder) (results : SlotSymbol array) (itx : DiscordInteraction) =
|
let spinEmojis (builder : DiscordFollowupMessageBuilder) (results : SlotSymbol array) (itx : DiscordInteraction) =
|
||||||
async {
|
async {
|
||||||
builder.Content <- "Spinning!"
|
builder.Content <- "**Spinning!**"
|
||||||
let! followUp = itx.CreateFollowupMessageAsync(builder) |> Async.AwaitTask
|
let! followUp = itx.CreateFollowupMessageAsync(builder) |> Async.AwaitTask
|
||||||
|
|
||||||
match guildEmojis with
|
match guildEmojis with
|
||||||
|
Loading…
x
Reference in New Issue
Block a user