diff options
| author | Alee <alee14498@gmail.com> | 2018-04-02 18:19:24 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-02 18:19:24 -0400 |
| commit | f8668d5607c39c51aef3445257918d7a987a7bb7 (patch) | |
| tree | 74401fe540530b89f0540b4df062f32dab0c2804 /storage | |
| parent | 97450778f4bb490c83ce55d5cfc019005d1e92f0 (diff) | |
| download | AleeBot-f8668d5607c39c51aef3445257918d7a987a7bb7.tar.gz AleeBot-f8668d5607c39c51aef3445257918d7a987a7bb7.tar.bz2 AleeBot-f8668d5607c39c51aef3445257918d7a987a7bb7.zip | |
Added victor's swearing and new command!
Diffstat (limited to 'storage')
| -rw-r--r-- | storage/vtquotes.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/storage/vtquotes.json b/storage/vtquotes.json new file mode 100644 index 0000000..a26b500 --- /dev/null +++ b/storage/vtquotes.json @@ -0,0 +1,39 @@ +{ + "quotes" :[ + { + "author" : "Victor Tran", + "authorImage" : "https://yt3.ggpht.com/-Iuf1v4-SSSM/AAAAAAAAAAI/AAAAAAAAAAA/89IYeQw--wU/photo.jpg", + "quote" : "@Derpy ♀ For your own fucking good, learn what political correctness is.", + "year" : "2017", + "url" : "https://cdn.discordapp.com/attachments/371830028381454337/372263065472729088/2017-10-24_01.58.19.png" + }, + { + "author" : "Victor Tran", + "authorImage" : "https://yt3.ggpht.com/-Iuf1v4-SSSM/AAAAAAAAAAI/AAAAAAAAAAA/89IYeQw--wU/photo.jpg", + "quote" : "But couldn't you at least put the mounted disks on the dick or on Dinder?\nDOCK", + "year" : "2017", + "url" : "https://www.example.com" + }, + { + "author" : "Victor Tran", + "authorImage" : "https://yt3.ggpht.com/-Iuf1v4-SSSM/AAAAAAAAAAI/AAAAAAAAAAA/89IYeQw--wU/photo.jpg", + "quote" : "Just happened one gay?\nDAY\nOH BOY\nI BLAME SWIPE TYPING", + "year" : "2017", + "url" : "https://www.example.com" + }, + { + "author" : "Victor Tran", + "authorImage" : "https://yt3.ggpht.com/-Iuf1v4-SSSM/AAAAAAAAAAI/AAAAAAAAAAA/89IYeQw--wU/photo.jpg", + "quote" : "(there is a :middle_finger: emoji sitting in Gboard now after my brother sent that to Google assistant)", + "year" : "2017", + "url" : "https://www.example.com/" + }, + { + "author" : "Victor Tran", + "authorImage" : "https://yt3.ggpht.com/-Iuf1v4-SSSM/AAAAAAAAAAI/AAAAAAAAAAA/89IYeQw--wU/photo.jpg", + "quote" : "Who needs to say fuck when you can say - instead\nI blame that on my secretary :sob:", + "year" : "2018", + "url" : "https://www.example.com/" + } + ] +}
\ No newline at end of file |
