We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f56c0 commit 7829c2fCopy full SHA for 7829c2f
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "testausapis",
3
- "version": "1.9.0",
+ "version": "1.9.1",
4
"description": "",
5
"main": "src/index.js",
6
"type": "module",
src/routes/discord.js
@@ -18,7 +18,7 @@ testauskoiraDatabase.connect()
18
19
let discordUtility // The Discord utility class
20
21
-const liveCacheTTL = 5000
+const liveCacheTTL = 15000
22
let guildInfoCache = null
23
24
/**
0 commit comments