Update 'app.js'

This commit is contained in:
Karl 2020-06-23 06:33:38 -05:00
parent 91dde65004
commit a704096e1a

2
app.js
View File

@ -75,7 +75,7 @@ bot.on('message', (msg) => {
'x-rapidapi-key': process.env.RAPIDAPI_API_KEY,
useQueryString: true
},
ttl: 72000 //3 seconds
ttl: 18000 //5 hours
};
cachedRequest(options, function (error, response, body) {