wrong json error

This commit is contained in:
lyx0 2021-10-24 18:18:05 +02:00
parent 2451653ec9
commit e901bcef85

View file

@ -13,7 +13,7 @@ type randomQuoteApiResponse struct {
User string `json:"user"` User string `json:"user"`
Message string `json:"message"` Message string `json:"message"`
Time string `json:"time"` Time string `json:"time"`
Error string `json:"Error"` Error string `json:"error"`
} }
// FirstLine returns the first line a given user has sent in a // FirstLine returns the first line a given user has sent in a