Skip to content

Commit

Permalink
chore: minor typo fix in handler
Browse files Browse the repository at this point in the history
  • Loading branch information
evieluvsrainbows committed Dec 2, 2024
1 parent a1a699c commit 6ac76cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/listeners/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ impl EventHandler for Handler {
let total = gateway.session_start_limit.total;
let remaining = gateway.session_start_limit.remaining;

info!("Successfully logged into Discord as the following user:");
info!("Successfully logged into the Discord API as the following user:");
info!("Bot details: {} (User ID: {})", ready.user.tag(), ready.user.id);
info!("Bot owner: {} (User ID: {})", owner.tag(), owner.id.to_string());

Expand Down

0 comments on commit 6ac76cb

Please sign in to comment.