diff options
| -rw-r--r-- | commands/quote.js | 2 | ||||
| -rw-r--r-- | storage/quotes.json | 42 |
2 files changed, 1 insertions, 43 deletions
diff --git a/commands/quote.js b/commands/quote.js index 6ad87d0..971949f 100644 --- a/commands/quote.js +++ b/commands/quote.js @@ -39,7 +39,7 @@ let NewQuote; const url = quo.url; NewQuote.setAuthor(author, authorImage); - NewQuote.setColor('#939d45'); + NewQuote.setColor('#1fd619'); NewQuote.setDescription(quote); NewQuote.setFooter('- ' + year); NewQuote.setURL(url); diff --git a/storage/quotes.json b/storage/quotes.json index 856d3cf..5f470e7 100644 --- a/storage/quotes.json +++ b/storage/quotes.json @@ -85,27 +85,6 @@ "url" : "https://www.example.com/" }, { - "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" : "Alee", "authorImage" : "https://cdn.discordapp.com/avatars/242775871059001344/b8a995d836bbb8529ae35dc12c2289de.png?size:2048", "quote" : "IS THERE A GOOOOOGALIE HERE!!!!", @@ -141,13 +120,6 @@ "url" : "https://www.example.com/" }, { - "author" : "RogueAI", - "authorImage" : "https://cdn.discordapp.com/avatars/275867508932608000/1702545b94e23ea7dfc1346a83542792.png?size:2048", - "quote" : "1) java stinks and is a big stupid,", - "year" : "2017", - "url" : "https://www.example.com/" - }, - { "author" : "Steve Jobs", "authorImage" : "http://media.syracuse.com/news/photo/2011/01/9177328-large.jpg", "quote" : "It's really hard to design products by focus groups. A lot of times, people don't know what they want until you show it to them.", @@ -211,13 +183,6 @@ "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" : "AstralPhaser", "authorImage" : "https://cdn.discordapp.com/avatars/230480971084988417/32f46a9671c6ceedc54b369ea73be178.png?size:2048", "quote" : "anyway, I've gotta go now, I'll be back in 3 \"year\"s", @@ -260,13 +225,6 @@ "url" : "https://youtu.be/tnvcxBns_uQ?t:3m17s" }, { - "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/" - }, - { "author" : "Steve Jobs", "authorImage" : "http://media.syracuse.com/news/photo/2011/01/9177328-large.jpg", "quote" : "Sometimes life is going to hit you in the head with a brick. Don't lose faith.", |
