remove unused imports
This commit is contained in:
parent
b7c2eabff5
commit
65e8c0e4f8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import { Collection, Guild, Snowflake, StageChannel, VoiceChannel } from "discord.js";
|
||||
import { Collection, Guild, StageChannel, VoiceChannel } from "discord.js";
|
||||
import { Player } from "../Player";
|
||||
import { StreamDispatcher } from "../VoiceInterface/BasicStreamDispatcher";
|
||||
import Track from "./Track";
|
||||
|
|
Loading…
Reference in a new issue