export const TYPES = { Bot: Symbol('Bot'), KeyValueCache: Symbol('KeyValueCache'), FileCache: Symbol('FileCache'), Client: Symbol('Client'), Config: Symbol('Config'), Command: Symbol('Command'), ThirdParty: Symbol('ThirdParty'), Managers: { Player: Symbol('PlayerManager'), UpdatingQueueEmbed: Symbol('UpdatingQueueEmbed'), }, Services: { AddQueryToQueue: Symbol('AddQueryToQueue'), GetSongs: Symbol('GetSongs'), }, };