b68/packages/bot/src/utils/cache.ts

6 lines
100 B
TypeScript

import NodeCache from 'node-cache'
const cooldownCache = new NodeCache()
export { cooldownCache }