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);