mirror of
http://shenjack.top:5100/shenjack/icalingua-python-bot.git
synced 2024-11-23 20:45:06 +08:00
snapshot!
This commit is contained in:
parent
9002103c7b
commit
a606db5cb0
|
@ -60,3 +60,8 @@ impl BotStatus {
|
||||||
self.user_id.write().await.clone_from(&user_id);
|
self.user_id.write().await.clone_from(&user_id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[derive(Debug, Clone)]
|
||||||
|
pub struct BotStatusSnapshot {
|
||||||
|
user_id: UserId,
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user