Skip to content

Commit 6ac76cb

Browse files
chore: minor typo fix in handler
1 parent a1a699c commit 6ac76cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/listeners/handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ impl EventHandler for Handler {
1717
let total = gateway.session_start_limit.total;
1818
let remaining = gateway.session_start_limit.remaining;
1919

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

0 commit comments

Comments
 (0)