From 61531e23491f9984165a26f4c15f33314ec6ba2b Mon Sep 17 00:00:00 2001 From: Aki <71239005+AkiaCode@users.noreply.github.com> Date: Tue, 29 Dec 2020 00:32:05 +0900 Subject: [PATCH] Update deps.ts --- deps.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deps.ts b/deps.ts index 3e1dd63..36d3504 100644 --- a/deps.ts +++ b/deps.ts @@ -7,7 +7,3 @@ export type { Redis, RedisConnectOptions } from 'https://deno.land/x/redis@v0.14.1/mod.ts' -export { - Manager, - Player -} from 'https://raw.githubusercontent.com/Lavaclient/lavadeno/master/mod.ts'