remove unused imports

This commit is contained in:
Snowflake107 2021-06-14 23:18:32 +05:45
parent b7c2eabff5
commit 65e8c0e4f8

View file

@ -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";