Remove playing message
This commit is contained in:
parent
abd08c1029
commit
7ddd254404
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user