diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-29 23:24:05 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-29 23:24:05 -0400 |
| commit | 319f14bbf689681d0a18a39c9741df2fe208253b (patch) | |
| tree | 35e0d94bc1da3cf1bee739ace99fed4851addfc6 | |
| parent | 5f066d7e948fca0c8413ea6a73d111063c102fd0 (diff) | |
| download | AstralQuote-ATC-319f14bbf689681d0a18a39c9741df2fe208253b.tar.gz AstralQuote-ATC-319f14bbf689681d0a18a39c9741df2fe208253b.tar.bz2 AstralQuote-ATC-319f14bbf689681d0a18a39c9741df2fe208253b.zip | |
More fixes
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -293,7 +293,7 @@ function GetQuoteOfTheDay(quoteNum = -1) { case 34: 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"; + 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/"; //TODO: Find a URL break; |
