Fix help responses to ori and pos commands
This commit is contained in:
parent
1e8dc42bfb
commit
22777d43cd
@ -258,7 +258,7 @@ impl Bot {
|
|||||||
|
|
||||||
None
|
None
|
||||||
} else {
|
} else {
|
||||||
Some("Use the format 'orientation [0-360]'")
|
Some("Use the format 'ori [0-360]'")
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
Some(price_correction_message)
|
Some(price_correction_message)
|
||||||
@ -288,7 +288,7 @@ impl Bot {
|
|||||||
|
|
||||||
None
|
None
|
||||||
} else {
|
} else {
|
||||||
Some("Use the format 'position [x] [y] [z]'.")
|
Some("Use the format 'pos [x] [y] [z]'.")
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
Some(price_correction_message)
|
Some(price_correction_message)
|
||||||
|
Loading…
Reference in New Issue
Block a user