Minor changes

This commit is contained in:
ErrorNoInternet 2023-01-31 13:51:35 +08:00
parent 87c8ce4d15
commit 9d2ee6f7f7
Signed by untrusted user who does not match committer: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3

View File

@ -877,7 +877,7 @@ pub async fn process_command(
} }
let paged_locations = &locations[start_index..end_index]; let paged_locations = &locations[start_index..end_index];
return format!( return format!(
"Mob Locations (page {}): {}", "Mob locations (page {}): {}",
page, page,
paged_locations.join(", ") paged_locations.join(", ")
); );