Skip to content

Commit

Permalink
Changed CDN to github
Browse files Browse the repository at this point in the history
  • Loading branch information
1Kill2Steal committed Jun 5, 2024
1 parent d828a7b commit 3f0d08f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added src/assets/hu_boom.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/commands/embed_commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
),
Expand Down

0 comments on commit 3f0d08f

Please sign in to comment.