Remove non-existent field.

This commit is contained in:
FireMasterK 2021-06-22 15:45:37 +05:30
parent 10e1dc8c88
commit c59426487a
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 0 additions and 1 deletions

1
bot.go
View File

@ -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"`