From 3d741a33289885ed645d8d6af223e2647da93086 Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 3 Apr 2024 00:03:06 +0900 Subject: [PATCH] fix --- src/bot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot.rs b/src/bot.rs index 33dc83d..73c2f50 100644 --- a/src/bot.rs +++ b/src/bot.rs @@ -468,7 +468,7 @@ pub fn c_bot(c: &Context) { .arg(&uri_root) .arg(&host) .arg(&avatar) - .arg(&prompt_sub) + .arg(&prompt_chat) .output() .expect("zsh"); let d = String::from_utf8_lossy(&output.stdout);