aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2021-09-19 19:50:25 -0400
committerMax Isom <[email protected]>2021-09-19 19:50:25 -0400
commitefcdeb78c8b690bc544dac1ed0be96a6693bcff6 (patch)
treed4a453f92d928613c2f4209af7475190a093321d /src/types.ts
parent79e7e88fab1ce05cf84abeba2e05300a93b4759c (diff)
downloadmuse-efcdeb78c8b690bc544dac1ed0be96a6693bcff6.tar.xz
muse-efcdeb78c8b690bc544dac1ed0be96a6693bcff6.zip
Reorg third party services & config
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/types.ts b/src/types.ts
index 8202b2f..a64ec49 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -1,17 +1,9 @@
export const TYPES = {
Bot: Symbol('Bot'),
Client: Symbol('Client'),
- Config: {
- DISCORD_TOKEN: Symbol('DISCORD_TOKEN'),
- YOUTUBE_API_KEY: Symbol('YOUTUBE_API_KEY'),
- DATA_DIR: Symbol('DATA_DIR'),
- CACHE_DIR: Symbol('CACHE_DIR')
- },
+ Config: Symbol('Config'),
Command: Symbol('Command'),
- Lib: {
- YouTube: Symbol('YouTube'),
- Spotify: Symbol('Spotify')
- },
+ ThirdParty: Symbol('ThirdParty'),
Managers: {
Player: Symbol('PlayerManager')
},