reduce message cache duration

This commit is contained in:
derpystuff 2024-01-14 19:45:40 +01:00
parent 71384124e6
commit 75b4586171
2 changed files with 2 additions and 22 deletions

View file

@ -5,7 +5,7 @@ const { PERMISSIONS_TEXT, DEFAULT_BOT_NAME, DEFAULT_PREFIXES } = require('./cons
const Paginator = require('./paginator').PaginatorCluster
const cluster = new ClusterClient("", {
cache: {messages: {expire: 60 * 60 * 1000}},
cache: {messages: {expire: 30 * 60 * 1000}},
gateway: {
identifyProperties: {
$browser: 'Discord Android',