Skip to content

Commit

Permalink
Better logs
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Nov 3, 2023
1 parent 4ad3c33 commit e20aa36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ impl EventHandler for Handler {
})
})
.await
.expect("Whee");
.expect("Failed to send log analysis message");
} else {
msg.channel_id
.say(
Expand Down

0 comments on commit e20aa36

Please sign in to comment.