diff options
| author | Trey <32907415+thepokesudenk@users.noreply.github.com> | 2017-10-29 22:48:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-29 22:48:41 -0400 |
| commit | 3aabc0c49b38e28bd089f3acc0fffdf8fc49e0a0 (patch) | |
| tree | bb025206403770d223070217388ef4d82295ed5e /bot.js | |
| parent | 6362ba283bb5f3ffbfa598e012ead67e6b7bc445 (diff) | |
| download | AstralQuote-ATC-3aabc0c49b38e28bd089f3acc0fffdf8fc49e0a0.tar.gz AstralQuote-ATC-3aabc0c49b38e28bd089f3acc0fffdf8fc49e0a0.tar.bz2 AstralQuote-ATC-3aabc0c49b38e28bd089f3acc0fffdf8fc49e0a0.zip | |
fixing an idiot error -_-
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -284,7 +284,7 @@ function GetQuoteOfTheDay(quoteNum = -1) { year = "2017"; url = "https://www.example.com/"; //TODO: Find a URL break; - case 33: + 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"; |
