diff --git a/src/main.rs b/src/main.rs index 312287b..a4e6a33 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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); } }