From 146e1c87f7a79d455e64855989342f7413722b2e Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Wed, 14 Jul 2021 12:57:14 -0400 Subject: [PATCH] Don't force user to directly talk to Google --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.go b/commands.go index e2d5b97..15276a6 100644 --- a/commands.go +++ b/commands.go @@ -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) {