Community interactables

This commit is contained in:
Alex Emmet 2025-11-08 17:25:04 +00:00
commit 583b3d664d
12 changed files with 258 additions and 84 deletions

View file

@ -52,7 +52,7 @@ async fn main() {
}
// USER MANAGEMENT
user_manager::load_users().await;
let _ = user_manager::load_users().await;
let mut sb = "".to_string();
for up in user_manager::get_users() {
sb = sb + "," + &up.user_id.to_string().as_str();