From fd782219eff8016a00e87f0c8e44af3a3ba74be6 Mon Sep 17 00:00:00 2001 From: Max Isom Date: Sun, 19 Sep 2021 22:04:34 -0400 Subject: Move to ESM, use ytsr, implement caching Closes #315 --- src/types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types.ts') diff --git a/src/types.ts b/src/types.ts index a64ec49..776097f 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,5 +1,6 @@ export const TYPES = { Bot: Symbol('Bot'), + Cache: Symbol('Cache'), Client: Symbol('Client'), Config: Symbol('Config'), Command: Symbol('Command'), -- cgit v1.2.3