diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-26 21:32:47 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-26 21:32:47 -0400 |
| commit | 10ed7fedf42e2c67f494a35bdc9b41a1b48ebcc2 (patch) | |
| tree | 652e4438dacd2284fd094852a134935fcbcb7843 | |
| parent | 2bc777c8f593f2dc7906ed62b3e22f71da17a475 (diff) | |
| download | AstralQuote-ATC-10ed7fedf42e2c67f494a35bdc9b41a1b48ebcc2.tar.gz AstralQuote-ATC-10ed7fedf42e2c67f494a35bdc9b41a1b48ebcc2.tar.bz2 AstralQuote-ATC-10ed7fedf42e2c67f494a35bdc9b41a1b48ebcc2.zip | |
Added new quotes
| -rw-r--r-- | bot.js | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -156,7 +156,12 @@ function GetQuoteOfTheDay(quoteNum = -1) { year = "2017"; url = "https://www.example.com"; // TODO: Find a URL break; - + case 18: + author = "Alee14"; + authorImage = "https://cdn.discordapp.com/avatars/242775871059001344/cbc9d248dc3ce8782153b03a3ba0c121.png?size=2048"; + quote = "IS THERE A GOOOOOGALIE HERE!!!! (Go to 2:30 into the video)" + year = "2014"; + url = "https://youtu.be/Ap6fUlMx90A"; } QuoteOfTheDay.setAuthor(author, authorImage); |
