Skip to content

Commit 76f55f9

Browse files
committed
fix: escaping related issues
1 parent 8b8dd9a commit 76f55f9

File tree

17 files changed

+1124
-1114
lines changed

17 files changed

+1124
-1114
lines changed

core/src/countdown_bot/bot/dispatch_impl.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ impl CountdownBot {
160160
.quick_send_by_sender_ex(
161161
&parsed_sender,
162162
format!("执行指令时发生错误:\n{}", e).as_str(),
163-
true
163+
true,
164164
)
165165
.await
166166
.ok();

0 commit comments

Comments
 (0)