Skip to content

Commit

Permalink
handlers/message: update log output for other bots
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Dec 1, 2023
1 parent e334f8a commit 1fb58eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/event/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fn should_echo(
) -> bool {
let gid = msg.guild_id.unwrap_or_default();
if msg.author.bot && msg.webhook_id.is_none() {
info!("I don't like repeating myself...");
info!("Not repeating another bot");
return false;
}

Expand Down

0 comments on commit 1fb58eb

Please sign in to comment.