Implement base star event handler

This commit is contained in:
Ethan O'Brien
2024-05-04 17:31:10 -05:00
parent ea84ffdc65
commit 05aecd02c6
7 changed files with 240 additions and 31 deletions

View File

@@ -138,7 +138,7 @@ lazy_static! {
info
};
}
fn get_live_id(id: i64) -> i64 {
pub fn get_live_id(id: i64) -> i64 {
LIVE_LIST[id.to_string()].as_i64().unwrap()
}