Remove playing message

This commit is contained in:
Sakuhl 2018-01-17 15:57:29 +01:00
parent abd08c1029
commit 7ddd254404

View File

@ -71,7 +71,6 @@ impl EventHandler for Handler {
//
// In this case, just print what the current bot's username is.
fn on_ready(&self, ctx: Context, ready: Ready) {
ctx.set_game(Game::playing("wc!help"));
println!("{} is connected!", ready.user.name);
}
}