Browse Source

Don't force user to directly talk to Google

master
Gregory Rudolph 3 years ago
parent
commit
146e1c87f7
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 2
      commands.go

2
commands.go

@ -162,7 +162,7 @@ func locateVehicle(m chat1.MsgSummary) { @@ -162,7 +162,7 @@ func locateVehicle(m chat1.MsgSummary) {
handleError(err, m, "There was an error getting drive state. Contact @rudi9719 for more information with code %+v")
return
}
k.SendMessageByConvID(m.ConvID, fmt.Sprintf("https://www.google.com/maps/search/?api=1&query=%+v,%+v", ds.Latitude, ds.Longitude))
k.SendMessageByConvID(m.ConvID, fmt.Sprintf("https://whoogle.nmare.net/search?q=%+v,%+v", ds.Latitude, ds.Longitude))
}
func flashLights(m chat1.MsgSummary) {

Loading…
Cancel
Save