Readd playing message
This commit is contained in:
parent
7ddd254404
commit
3d7555d60e
@ -72,6 +72,7 @@ impl EventHandler for Handler {
|
||||
// In this case, just print what the current bot's username is.
|
||||
fn on_ready(&self, ctx: Context, ready: Ready) {
|
||||
println!("{} is connected!", ready.user.name);
|
||||
ctx.set_game(Game::playing("wc!help"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user