diff options
Diffstat (limited to 'src/types.ts')
| -rw-r--r-- | src/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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'), |
