Minor changes
This commit is contained in:
parent
02b2716332
commit
41c0c012bb
@ -753,7 +753,7 @@ pub async fn process_command(
|
|||||||
}
|
}
|
||||||
Command::Script => {
|
Command::Script => {
|
||||||
if segments.len() < 1 {
|
if segments.len() < 1 {
|
||||||
return "Please give me a script file!".to_string();
|
return "Please give me a script file to run!".to_string();
|
||||||
}
|
}
|
||||||
|
|
||||||
let script = match std::fs::read_to_string(segments[0].to_owned()) {
|
let script = match std::fs::read_to_string(segments[0].to_owned()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user