mirror of
http://shenjack.top:5100/shenjack/icalingua-python-bot.git
synced 2024-11-23 12:41:05 +08:00
我的问题(
This commit is contained in:
parent
b8fd3cfc19
commit
4753df8ded
|
@ -99,7 +99,7 @@ pub async fn start_tailchat(
|
||||||
for (group, room) in config.notice_room {
|
for (group, room) in config.notice_room {
|
||||||
let startup_msg =
|
let startup_msg =
|
||||||
crate::data_struct::tailchat::messages::SendingMessage::new_without_meta(
|
crate::data_struct::tailchat::messages::SendingMessage::new_without_meta(
|
||||||
"ica-rs 启动成功",
|
"ica-rs 启动成功".to_string(),
|
||||||
group.clone(),
|
group.clone(),
|
||||||
Some(room.clone()),
|
Some(room.clone()),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user