aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/types.ts b/src/types.ts
index 0384bc9..ee18fb8 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -18,6 +18,7 @@ export const TYPES = {
Queue: Symbol('QueueManager')
},
Services: {
- GetSongs: Symbol('GetSongs')
+ GetSongs: Symbol('GetSongs'),
+ NaturalLanguage: Symbol('NaturalLanguage')
}
};