diff --git a/src/assets/hu_boom.jpg b/src/assets/hu_boom.jpg new file mode 100644 index 0000000..bff0551 Binary files /dev/null and b/src/assets/hu_boom.jpg differ diff --git a/src/commands/embed_commands.rs b/src/commands/embed_commands.rs index 66610a3..936ec6b 100644 --- a/src/commands/embed_commands.rs +++ b/src/commands/embed_commands.rs @@ -734,7 +734,7 @@ pub async fn boom(ctx: Context<'_>) -> Result<(), Error> { ctx.send( poise::CreateReply::default().embed( serenity::CreateEmbed::default() - .image("https://cdn.discordapp.com/attachments/1129364410566193192/1223359511356641321/ea022b6f5e25129f8c865b6b2d8e2f33.jpg?ex=66199154&is=66071c54&hm=3fc8357942f1ea01c76b2c249c6db654ef6572d00a5e7d65af4de3266d39ae6b&") + .image("https://raw.githubusercontent.com/1Git2Clone/serenity-discord-bot/main/src/assets/hu_boom.jpg") .color((255, 0, 0)) .footer(serenity::CreateEmbedFooter::new(bot_user.tag()).icon_url(bot_avatar)), ),