diff options
| author | Alee <alee14498@gmail.com> | 2018-02-24 22:19:02 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-02-24 22:19:02 -0500 |
| commit | 00e7ade85da256e57efdafe682469e4478a2b380 (patch) | |
| tree | 4571a434060e7c670aa9fc7d78a53667d2898ef3 /bot.js | |
| parent | cca27d2914d3d0e3c7b6c0492bd0e3d91ce8fa72 (diff) | |
| download | AstralQuote-ATC-00e7ade85da256e57efdafe682469e4478a2b380.tar.gz AstralQuote-ATC-00e7ade85da256e57efdafe682469e4478a2b380.tar.bz2 AstralQuote-ATC-00e7ade85da256e57efdafe682469e4478a2b380.zip | |
sixes and 1.2.0 release!
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ function GetQuoteOfTheDay(quoteNum = -1) { }
- const quo = require('quotes.json').quotes[quoteNum];
+ const quo = require('./quotes.json').quotes[quoteNum];
const author = quo.author;
const authorImage = quo.authorImage;
const quote = quo.quote;
|
