mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
wrong json error
This commit is contained in:
parent
2451653ec9
commit
e901bcef85
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue