We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a699c commit 6ac76cbCopy full SHA for 6ac76cb
src/listeners/handler.rs
@@ -17,7 +17,7 @@ impl EventHandler for Handler {
17
let total = gateway.session_start_limit.total;
18
let remaining = gateway.session_start_limit.remaining;
19
20
- info!("Successfully logged into Discord as the following user:");
+ info!("Successfully logged into the Discord API as the following user:");
21
info!("Bot details: {} (User ID: {})", ready.user.tag(), ready.user.id);
22
info!("Bot owner: {} (User ID: {})", owner.tag(), owner.id.to_string());
23
0 commit comments