mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-14 13:45:28 +01:00
17 lines
403 B
TypeScript
17 lines
403 B
TypeScript
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'),
|
|
},
|
|
Services: {
|
|
GetSongs: Symbol('GetSongs'),
|
|
NaturalLanguage: Symbol('NaturalLanguage'),
|
|
},
|
|
};
|