2021-04-06 17:55:29 +05:00
|
|
|
export const PlayerEvents = {
|
2021-04-06 17:58:46 +05:00
|
|
|
BOT_DISCONNECT: 'botDisconnect',
|
|
|
|
CHANNEL_EMPTY: 'channelEmpty',
|
|
|
|
ERROR: 'error',
|
|
|
|
NO_RESULTS: 'noResults',
|
|
|
|
PLAYLIST_ADD: 'playlistAdd',
|
|
|
|
PLAYLIST_PARSE_END: 'playlistParseEnd',
|
|
|
|
PLAYLIST_PARSE_START: 'playlistParseStart',
|
|
|
|
QUEUE_CREATE: 'queueCreate',
|
|
|
|
QUEUE_END: 'queueEnd',
|
|
|
|
SEARCH_CANCEL: 'searchCancel',
|
|
|
|
SEARCH_INVALID_RESPONSE: 'searchInvalidResponse',
|
|
|
|
SEARCH_RESULTS: 'searchResults',
|
|
|
|
TRACK_ADD: 'trackAdd',
|
|
|
|
TRACK_START: 'trackStart'
|
|
|
|
};
|