Update armory image

This commit is contained in:
Joseph Ferano 2022-06-19 22:32:35 +07:00
parent c1697e8ded
commit cf43d77b7e

View File

@ -487,8 +487,8 @@ let sendArmoryEmbed (ctx : IDiscordContext) =
let channel = ctx.GetGuild().GetChannel(GuildEnvironment.channelArmory)
let builder = DiscordMessageBuilder()
let embed = DiscordEmbedBuilder()
embed.ImageUrl <- "https://s10.gifyu.com/images/ezgif.com-gif-maker-1696ae238f96d4dfc1.gif"
embed.Title <- "Armory"
embed.ImageUrl <- "https://s8.gifyu.com/images/Shop_Degenz_Resampled.gif"
embed.Title <- "Weapons Armory"
embed.Color <- DiscordColor.Black
embed.Description <- "Buy Shields to protect yourself or buy Hacks to extract $GBT from others"
builder.AddEmbed embed |> ignore