diff --git a/src/main.rs b/src/main.rs index f507395..0cbdd75 100644 --- a/src/main.rs +++ b/src/main.rs @@ -71,7 +71,7 @@ fn main() { } let mut update_bot = UpdateBot::new(); - let behaviour: Behaviour = BehaviourBuilder::new().name(BOT_NAME.to_string()).profile_pic_path("build_bot.png".to_string()).new_contact_policy(behaviour::NewContactPolicy::Accept).build(); + let behaviour: Behaviour = BehaviourBuilder::new().name(BOT_NAME.to_string()).profile_pic_path("updatebot.png".to_string()).new_contact_policy(behaviour::NewContactPolicy::Accept).build(); let event_loop_handle = thread::spawn(move || { let mut bot = Imp::spawn(behaviour, PASSWORD.to_string(), BOT_HOME.to_string()); @@ -159,4 +159,4 @@ impl imp::EventHandler for UpdateBot { } } } -} \ No newline at end of file +} diff --git a/updatebot.png b/updatebot.png new file mode 100644 index 0000000..4ba6831 Binary files /dev/null and b/updatebot.png differ