Message Sweep?

This commit is contained in:
Daniel Odendahl Jr
2017-06-25 15:59:18 +00:00
parent 909eb6ac1a
commit 137dcd46b5
+3 -1
View File
@@ -13,7 +13,9 @@ const client = new CommandoClient({
'VOICE_STATE_UPDATE',
'FRIEND_ADD',
'FRIEND_REMOVE'
]
],
messageCacheLifetime: 30,
messageSweepInterval: 60
});
const { carbon, dBots } = require('./structures/Util');