Fix Maps link query formatting
This commit is contained in:
@@ -182,7 +182,7 @@ async function main(data) {
|
||||
sendMessage(
|
||||
`[INFO]: Einsatz\nStichwort: ${data.title}\nMeldung: ${data.text}\nAdresse: ${
|
||||
data.address
|
||||
}\nhttps://www.google.com/maps/search/${data.address.replace(" ", "+")}`,
|
||||
}\nhttps://www.google.com/maps/search/${data.address.replaceAll(" ", "+")}`,
|
||||
messageIDs
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user