diff --git a/app.js b/app.js
index f2ddfce..3148caf 100644
--- a/app.js
+++ b/app.js
@@ -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) {