mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2025-10-09 17:07:20 +08:00
Implement base star event handler
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user