aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts1
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'),