fix
This commit is contained in:
parent
32a7be23a1
commit
3e5f911ce9
1 changed files with 4 additions and 8 deletions
|
@ -25,13 +25,13 @@ import YouTube from 'youtube-sr';
|
||||||
|
|
||||||
const SoundCloud = new SoundCloudClient();
|
const SoundCloud = new SoundCloudClient();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Player class
|
||||||
|
* @extends {EventEmitter}
|
||||||
|
*/
|
||||||
export class Player extends EventEmitter {
|
export class Player extends EventEmitter {
|
||||||
public client: Client;
|
public client: Client;
|
||||||
public options: PlayerOptionsType;
|
public options: PlayerOptionsType;
|
||||||
|
|
||||||
/**
|
|
||||||
* The audio filters
|
|
||||||
*/
|
|
||||||
public filters: typeof AudioFilters;
|
public filters: typeof AudioFilters;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -91,10 +91,6 @@ export class Player extends EventEmitter {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* The audio filters
|
|
||||||
* @returns {Object}
|
|
||||||
*/
|
|
||||||
static get AudioFilters(): typeof AudioFilters {
|
static get AudioFilters(): typeof AudioFilters {
|
||||||
return AudioFilters;
|
return AudioFilters;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue