From efcdeb78c8b690bc544dac1ed0be96a6693bcff6 Mon Sep 17 00:00:00 2001 From: Max Isom Date: Sun, 19 Sep 2021 19:50:25 -0400 Subject: Reorg third party services & config --- src/types.ts | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'src/types.ts') 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') }, -- cgit v1.2.3