Minor changes

This commit is contained in:
ErrorNoInternet
2023-01-31 13:51:35 +08:00
parent 87c8ce4d15
commit 9d2ee6f7f7

View File

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