This commit is contained in:
Sakuhl 2018-01-12 21:24:48 +01:00
parent 2f13d0011c
commit cb5c7a3da5

View File

@ -65,7 +65,7 @@ impl EventHandler for Handler {
// contains data like the current user's guild Ids, current user data, // contains data like the current user's guild Ids, current user data,
// private channels, and more. // 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) { fn on_ready(&self, _: Context, ready: Ready) {
println!("{} is connected!", ready.user.name); println!("{} is connected!", ready.user.name);
} }