mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-12 21:05:29 +01:00
56a469a999
Co-authored-by: Federico fuji97 Rapetti <fuji1097@gmail.com>
18 lines
457 B
TypeScript
18 lines
457 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'),
|
|
UpdatingQueueEmbed: Symbol('UpdatingQueueEmbed'),
|
|
},
|
|
Services: {
|
|
AddQueryToQueue: Symbol('AddQueryToQueue'),
|
|
GetSongs: Symbol('GetSongs'),
|
|
},
|
|
};
|