Skip to content

Commit 1329d07

Browse files
committed
Linting
1 parent 928659d commit 1329d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structures/Types/Player.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { DestroyReasons, DisconnectReasons } from "../Constants";
22

33
import type { LavalinkNode } from "../Node";
44
import type { EQBand, FilterData, LavalinkFilterData } from "./Filters";
5-
import { StoredQueue } from "./Queue";
5+
import type { StoredQueue } from "./Queue";
66

77
import type { Track, UnresolvedTrack } from "./Track";
88
import type { Base64, LavalinkPlayerVoiceOptions } from "./Utils";

0 commit comments

Comments
 (0)