diff options
| -rw-r--r-- | storage/vtquotes.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/storage/vtquotes.json b/storage/vtquotes.json index 1d077a4..79781cd 100644 --- a/storage/vtquotes.json +++ b/storage/vtquotes.json @@ -48,6 +48,13 @@ "quote" : "I need to find a new sexretary ASAP\n.....\nHELP\nAHHHHHHHHHHHH\nSECRETARY", "year" : "2018", "url" : "https://www.example.com/" + }, + { + "author" : "Victor Tran", + "authorImage" : "https://yt3.ggpht.com/-Iuf1v4-SSSM/AAAAAAAAAAI/AAAAAAAAAAA/89IYeQw--wU/photo.jpg", + "quote" : "are you serious blake LMAO", + "year" : "2018", + "url" : "https://www.example.com/" } ] -}
\ No newline at end of file +} |
