chore(prettier): format files
This commit is contained in:
parent
109577b56e
commit
f3f7c9b490
6 changed files with 6 additions and 6 deletions
|
@ -268,4 +268,4 @@ class DiscordPlayer extends EventEmitter<PlayerEvents> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export { DiscordPlayer as Player };
|
export { DiscordPlayer as Player };
|
||||||
|
|
|
@ -213,4 +213,4 @@ class Queue<T = unknown> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export { Queue };
|
export { Queue };
|
||||||
|
|
|
@ -173,4 +173,4 @@ class Track {
|
||||||
|
|
||||||
export default Track;
|
export default Track;
|
||||||
|
|
||||||
export { Track };
|
export { Track };
|
||||||
|
|
|
@ -205,4 +205,4 @@ export interface PlaylistJSON {
|
||||||
url: string;
|
url: string;
|
||||||
};
|
};
|
||||||
tracks: TrackJSON[];
|
tracks: TrackJSON[];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
export {};
|
export {};
|
||||||
|
|
|
@ -41,4 +41,4 @@ class Util {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export { Util };
|
export { Util };
|
||||||
|
|
Loading…
Reference in a new issue