Jpeg Johnny emoji

This commit is contained in:
Joseph Ferano 2022-06-10 22:48:19 +07:00
parent 6cfc0ccf65
commit db0088ee2f
2 changed files with 3 additions and 1 deletions

View File

@ -137,6 +137,8 @@ let getAllActiveStoreItems () =
Stock = reader.int "stock" Stock = reader.int "stock"
LimitStock = reader.bool "limit_stock" LimitStock = reader.bool "limit_stock"
Available = reader.bool "available" Available = reader.bool "available"
RequiresInvites = None
RequiresRole = None
StoreItem.Item = readItem reader StoreItem.Item = readItem reader
}) })
|> Async.AwaitTask |> Async.AwaitTask

View File

@ -409,7 +409,7 @@ let sendBackalleyEmbed (ctx : IDiscordContext) =
embed.ImageUrl <- "https://s7.gifyu.com/images/ezgif.com-gif-maker-23203b9dca779ba7cf.gif" embed.ImageUrl <- "https://s7.gifyu.com/images/ezgif.com-gif-maker-23203b9dca779ba7cf.gif"
embed.Title <- "🎟️ Raffle Store" embed.Title <- "🎟️ Raffle Store"
embed.Color <- DiscordColor.Black embed.Color <- DiscordColor.Black
embed.Description <- $"Hey, what do you want, kid?\nI aint got all day… {Formatter.Emoji}" embed.Description <- $"Hey, what do you want, kid??\nI aint got all day… <:JpegJohnny:973507064217337856>"
builder.AddEmbed embed |> ignore builder.AddEmbed embed |> ignore
let button1 = DiscordButtonComponent(ButtonStyle.Danger, $"ShowStore-0-BACKALLEY1", $"NFT Raffles") :> DiscordComponent let button1 = DiscordButtonComponent(ButtonStyle.Danger, $"ShowStore-0-BACKALLEY1", $"NFT Raffles") :> DiscordComponent
let button2 = DiscordButtonComponent(ButtonStyle.Success, $"ShowStore-0-BACKALLEY2", $"Whitelist Raffles") :> DiscordComponent let button2 = DiscordButtonComponent(ButtonStyle.Success, $"ShowStore-0-BACKALLEY2", $"Whitelist Raffles") :> DiscordComponent