diff --git a/Bot/Games/Store.fs b/Bot/Games/Store.fs index c49720f..0e360c6 100644 --- a/Bot/Games/Store.fs +++ b/Bot/Games/Store.fs @@ -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