diff --git a/src/Player.ts b/src/Player.ts index 9dc53a4..c0765ac 100644 --- a/src/Player.ts +++ b/src/Player.ts @@ -268,4 +268,4 @@ class DiscordPlayer extends EventEmitter { } } -export { DiscordPlayer as Player }; \ No newline at end of file +export { DiscordPlayer as Player }; diff --git a/src/Structures/Queue.ts b/src/Structures/Queue.ts index a28744c..e828a64 100644 --- a/src/Structures/Queue.ts +++ b/src/Structures/Queue.ts @@ -213,4 +213,4 @@ class Queue { } } -export { Queue }; \ No newline at end of file +export { Queue }; diff --git a/src/Structures/Track.ts b/src/Structures/Track.ts index 4f24093..4ac2c0b 100644 --- a/src/Structures/Track.ts +++ b/src/Structures/Track.ts @@ -173,4 +173,4 @@ class Track { export default Track; -export { Track }; \ No newline at end of file +export { Track }; diff --git a/src/types/types.ts b/src/types/types.ts index dd96fb2..5bc0821 100644 --- a/src/types/types.ts +++ b/src/types/types.ts @@ -205,4 +205,4 @@ export interface PlaylistJSON { url: string; }; tracks: TrackJSON[]; -} \ No newline at end of file +} diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index 8cec2e9..cb0ff5c 100644 --- a/src/utils/Constants.ts +++ b/src/utils/Constants.ts @@ -1 +1 @@ -export {}; \ No newline at end of file +export {}; diff --git a/src/utils/Util.ts b/src/utils/Util.ts index c207511..8baff32 100644 --- a/src/utils/Util.ts +++ b/src/utils/Util.ts @@ -41,4 +41,4 @@ class Util { } } -export { Util }; \ No newline at end of file +export { Util };