|
|
|
@ -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) { |
|
|
|
|