From cb5c7a3da5d4f9abf691cc536ca2a27caa01d066 Mon Sep 17 00:00:00 2001 From: Sakuhl <2012collector@gmail.com> Date: Fri, 12 Jan 2018 21:24:48 +0100 Subject: [PATCH] Fix --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }