diff --git a/src/main.rs b/src/main.rs index e7fc10c..ea0fda9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -65,7 +65,7 @@ impl EventHandler for Handler { // contains data like the current user's guild Ids, current user data, // private channels, and more. // - // In this case, just print what the current user's username is. + // In this case, just print what the current bot's username is. fn on_ready(&self, _: Context, ready: Ready) { println!("{} is connected!", ready.user.name); }