updated pic

This commit is contained in:
Dan Ballard 2022-09-06 12:16:17 -07:00
parent 31bd6f6d06
commit 2b3a26b1a3
2 changed files with 2 additions and 2 deletions

View File

@ -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 {
}
}
}
}
}

BIN
updatebot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB