rename player
This commit is contained in:
parent
fcd8a8e186
commit
141cb5f880
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ import { generateDependencyReport } from "@discordjs/voice";
|
||||||
|
|
||||||
const soundcloud = new SoundCloud();
|
const soundcloud = new SoundCloud();
|
||||||
|
|
||||||
class DiscordPlayer extends EventEmitter<PlayerEvents> {
|
class Player extends EventEmitter<PlayerEvents> {
|
||||||
public readonly client: Client;
|
public readonly client: Client;
|
||||||
public readonly options: DiscordPlayerInitOptions = {
|
public readonly options: DiscordPlayerInitOptions = {
|
||||||
autoRegisterExtractor: true,
|
autoRegisterExtractor: true,
|
||||||
|
@ -456,4 +456,4 @@ class DiscordPlayer extends EventEmitter<PlayerEvents> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export { DiscordPlayer as Player };
|
export { Player };
|
||||||
|
|
Loading…
Reference in a new issue