Skip to content

Commit

Permalink
Change tracing message
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNorom committed Sep 16, 2023
1 parent 869ae8f commit 525d79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guild_id_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ impl RandomBanner for GuildId {
})
.await?;

info!("{} changed banner to: {}", self.0, url.as_str());
info!("Guild {} changed to: {}", self.0, url.as_str());

Ok(())
}
Expand Down

0 comments on commit 525d79a

Please sign in to comment.