From c59426487a455c7213b3c17c6b37ad387a87aef6 Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Tue, 22 Jun 2021 15:45:37 +0530 Subject: [PATCH] Remove non-existent field. --- bot.go | 1 - 1 file changed, 1 deletion(-) diff --git a/bot.go b/bot.go index b092d6c..0d7232d 100644 --- a/bot.go +++ b/bot.go @@ -151,7 +151,6 @@ func getEnv(key, fallback string) string { // SearchResult is a JSONObject type SearchResult struct { Nextpage string `json:"nextpage"` - ID string `json:"id"` Items []struct { Name string `json:"name"` Thumbnail string `json:"thumbnail"`