Fix symbol
This commit is contained in:
parent
d885fb94c4
commit
7575a99bc3
@ -311,7 +311,7 @@ let sendBackalleyEmbed (ctx : IDiscordContext) =
|
|||||||
embed.Color <- DiscordColor.Black
|
embed.Color <- DiscordColor.Black
|
||||||
embed.Description <- "Hey, what do you want kid? Did you come alone?"
|
embed.Description <- "Hey, what do you want kid? Did you come alone?"
|
||||||
builder.AddEmbed embed |> ignore
|
builder.AddEmbed embed |> ignore
|
||||||
let button = DiscordButtonComponent(ButtonStyle.Success, $"ShowJpegInventory-0-0", $"Show me your stash") :> DiscordComponent
|
let button = DiscordButtonComponent(ButtonStyle.Success, $"ShowJpegInventory-0-BACKALLEY", $"Show me your stash") :> DiscordComponent
|
||||||
builder.AddComponents [| button |] |> ignore
|
builder.AddComponents [| button |] |> ignore
|
||||||
|
|
||||||
do! GuildEnvironment.botClientStore.Value.SendMessageAsync(channel, builder)
|
do! GuildEnvironment.botClientStore.Value.SendMessageAsync(channel, builder)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user