k.SendMessageByConvID(m.ConvID,"Tesla returned an error. Please ensure your vehicle isn't currently being serviced.")
return
}
ifstrings.HasPrefix(err.Error(),"408"){
k.SendMessageByConvID(m.ConvID,"Unable to wake vehicle within the timeframe. Trying to run the command again.")
handleChat(m)
return
}
ifstrings.HasPrefix(err.Error(),"400"){
k.SendMessageByConvID(m.ConvID,"Tesla returned an error. The command you tried to use may need an update. Please contact @rudi9719 with tracking ID %+v and the bad command.",tracker)